Correct default port for Docker

This commit is contained in:
2025-08-17 12:28:22 +01:00
parent 40e23c32a8
commit 5f1e5508f0

View File

@@ -16,5 +16,5 @@ RUN --mount=type=cache,target=/root/.cache/uv \
FROM python:${PYTHON_VERSION}-slim-bookworm
COPY --from=builder --chown=app:app /app /app
ENV PATH="/app/.venv/bin:$PATH"
EXPOSE 80/tcp
EXPOSE 5000/tcp
CMD ["smsbot"]