mirror of
https://github.com/wolfswolke/DeathGarden_API_Rebirth.git
synced 2026-07-12 23:01:47 -05:00
Curl right URL to not create spam in the log
This commit is contained in:
parent
c405f550b6
commit
a6f700a3e2
|
|
@ -13,6 +13,6 @@ RUN apk add curl
|
|||
|
||||
EXPOSE 8080
|
||||
|
||||
HEALTHCHECK CMD curl --fail http://localhost:8080/
|
||||
HEALTHCHECK CMD curl --fail http://localhost:8080/healthcheck
|
||||
|
||||
ENTRYPOINT ["python", "start_app.py"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user