Set workdir
This commit is contained in:
parent
332751a188
commit
1acb06c481
1 changed files with 2 additions and 0 deletions
|
@ -33,4 +33,6 @@ COPY --from=builder --chown=app:app /app /app
|
||||||
# Place executables in the environment at the front of the path
|
# Place executables in the environment at the front of the path
|
||||||
ENV PATH="/app/.venv/bin:$PATH"
|
ENV PATH="/app/.venv/bin:$PATH"
|
||||||
|
|
||||||
|
WORKDIR /app
|
||||||
|
|
||||||
CMD ["python", "scl.py"]
|
CMD ["python", "scl.py"]
|
Loading…
Add table
Add a link
Reference in a new issue