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