mirror of
https://github.com/nikdoof/smsbot.git
synced 2025-12-13 01:52:16 +00:00
Add workdir to Dockerfile
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user