Set workdir
All checks were successful
ci/woodpecker/push/docker-buildx Pipeline was successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/vulnerability-scan Pipeline was successful

This commit is contained in:
Liam Steckler 2025-07-05 21:39:27 -07:00
parent 332751a188
commit 1acb06c481

View file

@ -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"]