Skip to content

Commit

Permalink
fix(docker): fix restart() failing to start tgpy in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
vanutp committed Oct 11, 2024
1 parent 2a99f05 commit 5fcd14c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ ENV PATH="/venv/bin:$PATH"
COPY --from=builder /app /app

ENV TGPY_DATA=/data
ENV PYTHONPATH=/app
VOLUME /data

ENTRYPOINT ["/app/entrypoint.sh"]

0 comments on commit 5fcd14c

Please sign in to comment.