mirror of
https://github.com/wolfswolke/DeathGarden_API_Rebirth.git
synced 2026-08-20 08:04:00 -05:00
Fixed healthcheck.
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user