Skip to content

Commit

Permalink
build(docker): update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
DeadNews committed Oct 3, 2023
1 parent 2ac9e66 commit 1e825c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ COPY --from=go-builder /app/dist/deadnews-template-go /usr/local/bin/deadnews-te

USER nonroot:nonroot
EXPOSE 1271
HEALTHCHECK --interval=60s --timeout=3s CMD curl --fail http://127.0.0.1:1271/health || exit 1
HEALTHCHECK NONE

CMD ["deadnews-template-go"]

0 comments on commit 1e825c5

Please sign in to comment.