chore: 8081/TCP exposed

This commit is contained in:
Piotr Dec 2025-12-02 19:15:00 +01:00
parent fc7f75d772
commit 988c6be557
Signed by: stawros
GPG key ID: 74B18A3F0F1E99C0

View file

@ -24,6 +24,8 @@ COPY --from=builder --chown=app:app /app/app /app/app
ENV PYTHONPATH="/app"
EXPOSE 8081
ENTRYPOINT ["app/.venv/bin/python"]
CMD ["/app/app/main.py"]