Skip to content

Commit

Permalink
chore: remove internal health check
Browse files Browse the repository at this point in the history
  • Loading branch information
vesameskanen committed Aug 21, 2023
1 parent aca2914 commit 772ccdb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,4 @@ ENV \
ASSET_URL='' \
STATIC_MESSAGE_URL=''

RUN apk add --no-cache curl
HEALTHCHECK \
--interval=5s --timeout=3s --retries=3 --start-period=5s \
CMD curl -fsSLI "http://localhost:$PORT/" || exit 1

CMD yarn run start

0 comments on commit 772ccdb

Please sign in to comment.