Skip to content

Commit

Permalink
update package lock and health check
Browse files Browse the repository at this point in the history
  • Loading branch information
smalho01 committed Oct 16, 2024
1 parent 507923c commit 5c5ee81
Show file tree
Hide file tree
Showing 3 changed files with 9,403 additions and 16,691 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ WORKDIR /home/node/app

EXPOSE 5050

HEALTHCHECK --interval=30s --start-period=60s --timeout=10m --retries=10 CMD wget --no-verbose --tries=1 --spider http://localhost:5051/doctorOrders/api/getRx/pending || exit 1
HEALTHCHECK --interval=30s --start-period=60s --timeout=10m --retries=10 CMD (wget --no-verbose --tries=1 --spider http://localhost:5051/doctorOrders/api/getRx/pending && wget --no-verbose --tries=1 --spider http://localhost:5050) || exit 1

CMD ./dockerRunnerProd.sh
Loading

0 comments on commit 5c5ee81

Please sign in to comment.