Skip to content

Commit

Permalink
remove healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmajestic committed Mar 15, 2024
1 parent 76637cd commit 3d8553f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ RUN go mod download
COPY . .
RUN go build -o main main.go
EXPOSE 8080
HEALTHCHECK --interval=30s --timeout=30s --start-period=5s --retries=3 CMD [ "wget", "-q", "-O", "-", "http://localhost:8000/health" ] || exit 1
CMD ["./main"]

0 comments on commit 3d8553f

Please # to comment.