Skip to content

Commit

Permalink
fix: change back interval of health check
Browse files Browse the repository at this point in the history
  • Loading branch information
mikucat0309 committed Jan 31, 2024
1 parent efe576b commit 00983fe
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 @@ -117,6 +117,6 @@ java -version
node --version
EOS

HEALTHCHECK CMD [ '/app/.venv/bin/python3', '/app/service.py' ]
HEALTHCHECK --interval=5s CMD [ "/app/.venv/bin/python3", "/app/service.py" ]
EXPOSE 8080
ENTRYPOINT [ "/app/entrypoint.sh" ]

0 comments on commit 00983fe

Please sign in to comment.