Skip to content

Commit

Permalink
Remove healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
myrotvorets-team committed Oct 21, 2023
1 parent c5106c4 commit 9b08783
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ FROM myrotvorets/node-min@sha256:db2f002f39024be4eb8ec9ed8eb57ac550a6afb3cccbca8
USER root
WORKDIR /srv/service
RUN chown nobody:nobody /srv/service
COPY healthcheck.sh /usr/local/bin/
HEALTHCHECK --interval=60s --timeout=10s --start-period=5s --retries=3 CMD ["/usr/local/bin/healthcheck.sh"]
USER nobody:nobody
ENTRYPOINT ["/usr/bin/node", "index.mjs"]
COPY --chown=nobody:nobody ./src/specs ./specs
Expand Down
3 changes: 0 additions & 3 deletions healthcheck.sh

This file was deleted.

0 comments on commit 9b08783

Please sign in to comment.