Skip to content

Commit

Permalink
docker: fixup healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
makinbacon21 committed Sep 28, 2023
1 parent 75fced8 commit b2a86c7
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 @@ -8,7 +8,7 @@ EXPOSE 3001
RUN apt update
RUN apt install -y curl

HEALTHCHECK --interval=5s --timeout=30s --start-period=5s --retries=3 CMD [ "curl http://localhost/" ]
HEALTHCHECK --interval=5s --timeout=30s --start-period=5s --retries=3 CMD [ "curl", "http://localhost:3001" ]

WORKDIR /sauce-app

Expand Down

0 comments on commit b2a86c7

Please sign in to comment.