mirror of
https://github.com/ThePhaseless/Byparr.git
synced 2026-09-24 14:20:08 +01:00
Remove explanatory comment from Dockerfile HEALTHCHECK
Co-authored-by: ThePhaseless <33990351+ThePhaseless@users.noreply.github.com>
This commit is contained in:
co-authored by
ThePhaseless
parent
23fd53576e
commit
0096b31eb4
@@ -54,6 +54,5 @@ RUN \
|
||||
|
||||
FROM app
|
||||
EXPOSE $PORT
|
||||
# Shell form is required here (instead of exec form) to enable ${PORT} variable expansion at runtime
|
||||
HEALTHCHECK --interval=15m --timeout=30s --start-period=5s --retries=3 CMD curl "http://localhost:${PORT}/health"
|
||||
ENTRYPOINT ["uv", "run", "main.py"]
|
||||
|
||||
Reference in New Issue
Block a user