Skip to content

Commit

Permalink
Expose timeout in dockerfile
Browse files Browse the repository at this point in the history
Not really necessary tbh
  • Loading branch information
hexylena authored Sep 18, 2023
1 parent ab393e5 commit 418a0b6
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 @@ -17,6 +17,7 @@ COPY apolpi.py boot.sh ./
RUN chmod +x boot.sh

ENV FLASK_APP apolpi.py
ENV TIMEOUT 30
EXPOSE 80

ENTRYPOINT ["/apolpi/boot.sh"]

0 comments on commit 418a0b6

Please sign in to comment.