Skip to content

Commit

Permalink
refactor: removed health check from docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
cshezi committed Oct 4, 2024
1 parent 395fc30 commit d59ba12
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,5 @@ ENV LOGSTASH_PORT=8080
ENV LOGSTASH_LEVEL='info'
ENV SIDECAR_HOST=0.0.0.0:5000

HEALTHCHECK --interval=60s CMD [ -e /tmp/.lock ] || exit 1
EXPOSE 4222

# Execute watchdog command
CMD ["build/index.js"]

0 comments on commit d59ba12

Please sign in to comment.