chore: set working directory in Dockerfile, add newline to config warning
This commit is contained in:
parent
9afd133066
commit
7a2249cb1c
2 changed files with 3 additions and 1 deletions
|
|
@ -26,6 +26,8 @@ ENV PYTHONPATH="/app"
|
|||
|
||||
EXPOSE 8081
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
ENTRYPOINT ["app/.venv/bin/python"]
|
||||
|
||||
CMD ["/app/app/main.py"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue