1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2024-12-11 13:00:26 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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