Skip to content

Commit

Permalink
Add INSTANCE_FOR_DYNACONF
Browse files Browse the repository at this point in the history
  • Loading branch information
TheReverend403 committed Feb 21, 2024
1 parent 7dac38f commit d4a5dff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ COPY --from=python-builder-base ${VIRTUAL_ENV} ${VIRTUAL_ENV}
COPY docker/rootfs /
COPY gentoogram ./gentoogram

ENV ROOT_PATH_FOR_DYNACONF="/config"
ENV ROOT_PATH_FOR_DYNACONF="/config" \
INSTANCE_FOR_DYNACONF="gentoogram.__main__.config"

VOLUME ["/config"]

Expand Down

0 comments on commit d4a5dff

Please sign in to comment.