Skip to content

Commit

Permalink
chore: rename healtchecker
Browse files Browse the repository at this point in the history
  • Loading branch information
Fredrik Makila committed Sep 13, 2020
1 parent b6f00f6 commit 037a241
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -14,4 +14,4 @@ EXPOSE 8000

CMD ["node", "dist/server.js"]

HEALTHCHECK --interval=10s --timeout=10s --start-period=5s --retries=3 CMD ["node", "dist/healthcheck"]
HEALTHCHECK --interval=10s --timeout=10s --start-period=5s --retries=3 CMD ["node", "dist/healthcheck/healthcheck.js"]
File renamed without changes.

0 comments on commit 037a241

Please sign in to comment.