Skip to content

Commit

Permalink
feat: inc timeout to 50s
Browse files Browse the repository at this point in the history
  • Loading branch information
wajeht committed Sep 20, 2023
1 parent 757f214 commit 6913cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ RUN npm run build:ui

EXPOSE 8080

HEALTHCHECK --interval=30s --timeout=15s CMD curl -s http://localhost:8080 || exit 1
HEALTHCHECK --interval=120s --timeout=60s CMD curl -s http://localhost:8080 || exit 1

CMD ["npm", "run", "start"]

0 comments on commit 6913cb1

Please sign in to comment.