mirror of
https://github.com/wolfswolke/DeathGarden_API_Rebirth.git
synced 2026-08-22 17:13:59 -05:00
Fixed endpoint url healthcheck
This commit is contained in:
@@ -13,6 +13,6 @@ RUN apk add curl
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
HEALTHCHECK CMD curl --fail http://localhost:8080/healthcheck
|
||||
HEALTHCHECK CMD curl --fail http://localhost:8080/api/v1/healthcheck
|
||||
|
||||
ENTRYPOINT ["python", "start_app.py"]
|
||||
|
||||
Reference in New Issue
Block a user