Skip to content

Commit

Permalink
Didn't assign ARG to ENV within docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchellAV committed Aug 13, 2024
1 parent e4e7ad9 commit 8e547c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions workers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ COPY . .

RUN mkdir -p /root/worker/logs

ENV DOCKER_HOST_VOLUME_DATA_DIR=${DOCKER_HOST_VOLUME_DATA_DIR}
ENV DOCKER_HOST_VOLUME_RESULTS_DIR=${DOCKER_HOST_VOLUME_RESULTS_DIR}

ENV PORT 8500
EXPOSE 8500
EXPOSE 65535
Expand Down

0 comments on commit 8e547c9

Please sign in to comment.