Fixed healthcheck.

This commit is contained in:
ZKWolf 2023-06-08 23:25:02 +02:00
parent 8cacec1ba2
commit c0a480186f

View File

@ -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/