Add workdir to Dockerfile

This commit is contained in:
2025-08-17 15:25:42 +01:00
parent 126713c84a
commit 0a2970c38f

View File

@@ -17,4 +17,5 @@ FROM python:${PYTHON_VERSION}-slim-bookworm
COPY --from=builder --chown=app:app /app /app
ENV PATH="/app/.venv/bin:$PATH"
EXPOSE 5000/tcp
WORKDIR /app
CMD ["smsbot"]