diff --git a/Dockerfile b/Dockerfile index 9883869..850e71b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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.