From ed937a641d2f8b9d8c8c6c20f87b9497c7c78e20 Mon Sep 17 00:00:00 2001 From: Darryl Nixon Date: Sat, 3 Jun 2023 18:07:47 -0700 Subject: [PATCH] Yep, PYTHONPATH is super necessary. Apparently. --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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.