Use -Ns for curl on healtcheck (#206)

Otherwise, it doesn't work.
This commit is contained in:
decentral1se
2023-10-17 12:10:32 +03:00
committed by GitHub
parent d0be765935
commit 5d8eaef6d7
+1 -1
View File
@@ -8,7 +8,7 @@ FROM alpine/git as app
EXPOSE 1737
RUN apk add --no-cache curl
HEALTHCHECK CMD curl -f localhost:1737 || exit 1
HEALTHCHECK CMD curl -Ns localhost:1737 || exit 1
WORKDIR /
RUN mkdir wiki