From 1acb06c4817f19df104bfd70b23e8d8ccf308aa9 Mon Sep 17 00:00:00 2001 From: Liam Steckler Date: Sat, 5 Jul 2025 21:39:27 -0700 Subject: [PATCH] Set workdir --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 3ed4941..a4c57ca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,4 +33,6 @@ COPY --from=builder --chown=app:app /app /app # Place executables in the environment at the front of the path ENV PATH="/app/.venv/bin:$PATH" +WORKDIR /app + CMD ["python", "scl.py"] \ No newline at end of file