mirror of
https://github.com/wolfswolke/DeathGarden_API_Rebirth.git
synced 2026-09-09 17:46:34 -05:00
Curl right URL to not create spam in the log
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user