mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2024-12-04 18:19:54 +00:00
add health check for image
This commit is contained in:
parent
7bd47d0195
commit
1cd63103b6
@ -7,6 +7,9 @@ RUN go build -o /out/mycorrhiza .
|
||||
FROM alpine/git as app
|
||||
EXPOSE 1737
|
||||
|
||||
RUN apk add --no-cache curl
|
||||
HEALTHCHECK CMD curl -f localhost:1737 || exit 1
|
||||
|
||||
WORKDIR /
|
||||
RUN mkdir wiki
|
||||
COPY --from=build /out/mycorrhiza /usr/bin
|
||||
|
Loading…
Reference in New Issue
Block a user