mirror of
https://github.com/wolfswolke/DeathGarden_API_Rebirth.git
synced 2026-04-26 08:16:54 -05:00
Fixed endpoint url healthcheck
This commit is contained in:
parent
836ca1cfcc
commit
46795e3ea5
|
|
@ -13,6 +13,6 @@ RUN apk add curl
|
||||||
|
|
||||||
EXPOSE 8080
|
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"]
|
ENTRYPOINT ["python", "start_app.py"]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user