mirror of
https://github.com/DarrylNixon/ghostforge
synced 2024-04-22 06:27:20 -07:00
Yep, PYTHONPATH is super necessary. Apparently.
This commit is contained in:
parent
6889a60004
commit
ed937a641d
1 changed files with 1 additions and 2 deletions
|
@ -35,8 +35,7 @@ ARG GHOSTFORGE_INTERNAL_WEB_PORT
|
|||
ENV ENV_GHOSTFORGE_INTERNAL_WEB_PORT=${GHOSTFORGE_INTERNAL_WEB_PORT}
|
||||
EXPOSE ${ENV_GHOSTFORGE_INTERNAL_WEB_PORT}
|
||||
|
||||
# TODO: Is this line necessary?
|
||||
# ENV PYTHONPATH=/ghostforge/ghostforge
|
||||
ENV PYTHONPATH=/ghostforge
|
||||
|
||||
# TODO: Replace with ghostforge_serve when it works.
|
||||
# This currently just keeps the container running for development.
|
||||
|
|
Loading…
Reference in a new issue