Skip to content

Commit

Permalink
Add curl to healthchecks on deploy as well
Browse files Browse the repository at this point in the history
  • Loading branch information
dominickp committed Feb 14, 2024
1 parent 2192dd3 commit f1ec202
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ RUN go get github.com/githubnemo/CompileDaemon
RUN go install github.com/githubnemo/CompileDaemon

FROM alpine:latest
# Add curl for healthchecks
RUN apk add curl
# Copy the binary from the builder
COPY --from=builder /app/service .
ENTRYPOINT [ "./service" ]

0 comments on commit f1ec202

Please sign in to comment.