Skip to content

Commit

Permalink
Added public environment variables to the Dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlesage committed Dec 25, 2023
1 parent 11dca11 commit 4f59456
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,14 @@ RUN \
set-cont-env DOCKER_IMAGE_VERSION "$DOCKER_IMAGE_VERSION" && \
true

# Set public environment variables.
ENV \
MYJDOWNLOADER_EMAIL= \
MYJDOWNLOADER_PASSWORD= \
MYJDOWNLOADER_DEVICE_NAME= \
JDOWNLOADER_HEADLESS=0 \
JDOWNLOADER_MAX_MEM=

# Define mountable directories.
VOLUME ["/output"]

Expand Down

0 comments on commit 4f59456

Please sign in to comment.