Skip to content

Commit

Permalink
updating healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronhmiller committed Jan 4, 2024
1 parent 571f9a0 commit 21c2c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ RUN apk add --update npm && \
npm install
COPY . ./
EXPOSE 3000 3443
HEALTHCHECK --interval=30s --timeout=5s CMD wget -qO- http://localhost:3000/ || exit 1
HEALTHCHECK --interval=30s --timeout=5s CMD wget -qO- http://localhost:3000/healthcheck || exit 1
CMD ["node", "app.js"]

0 comments on commit 21c2c28

Please sign in to comment.