mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2024-12-11 21:10:26 +00:00
parent
d0be765935
commit
5d8eaef6d7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user