Skip to content

Commit

Permalink
Merge pull request #192 from lidofinance/develop
Browse files Browse the repository at this point in the history
dev to main
  • Loading branch information
eddort authored Mar 30, 2024
2 parents c574846 + 5b1285b commit e675a48
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 @@ -34,7 +34,7 @@ COPY ./package*.json ./

USER node

HEALTHCHECK --interval=120s --timeout=2s --retries=2 \
HEALTHCHECK --interval=120s --timeout=10s --retries=2 \
CMD sh -c "wget -nv -t1 --spider http://localhost:$PORT/health" || exit 1

CMD ["yarn", "start:prod"]

0 comments on commit e675a48

Please sign in to comment.