chore: 8081/TCP exposed
This commit is contained in:
parent
fc7f75d772
commit
988c6be557
1 changed files with 2 additions and 0 deletions
|
|
@ -24,6 +24,8 @@ COPY --from=builder --chown=app:app /app/app /app/app
|
||||||
|
|
||||||
ENV PYTHONPATH="/app"
|
ENV PYTHONPATH="/app"
|
||||||
|
|
||||||
|
EXPOSE 8081
|
||||||
|
|
||||||
ENTRYPOINT ["app/.venv/bin/python"]
|
ENTRYPOINT ["app/.venv/bin/python"]
|
||||||
|
|
||||||
CMD ["/app/app/main.py"]
|
CMD ["/app/app/main.py"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue