mirror of
https://github.com/wolfswolke/DeathGarden_API_Rebirth.git
synced 2026-03-21 17:54:09 -05:00
Fixed healthcheck.
This commit is contained in:
parent
8cacec1ba2
commit
c0a480186f
|
|
@ -6,6 +6,8 @@ WORKDIR /app/src
|
|||
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
RUN apk add curl
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
HEALTHCHECK CMD curl --fail http://localhost:8080/
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user