1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2025-09-05 12:28:04 +00:00

Use -Ns for curl on healtcheck (#206)

Otherwise, it doesn't work.
This commit is contained in:
decentral1se
2023-10-17 11:10:32 +02:00
committed by GitHub
parent d0be765935
commit 5d8eaef6d7

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