mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2025-09-05 12:28:04 +00:00
@@ -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
|
||||
|
Reference in New Issue
Block a user