Skip to content

Commit

Permalink
remove healthcheck on dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacalcaterra committed Dec 9, 2022
1 parent c65f237 commit d03c5aa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ COPY --chown=node:node . .

USER node

HEALTHCHECK --interval=240s --timeout=3s \
CMD curl -f http://localhost:3000/ || exit 1

EXPOSE 3000

CMD [ "node", "app.js" ]

0 comments on commit d03c5aa

Please sign in to comment.