mirror of
https://github.com/taogaetz/chefbible.git
synced 2025-12-06 11:47:24 -05:00
remove healthcheck
This commit is contained in:
parent
7a6bd4b92c
commit
41fff38e74
@ -78,11 +78,6 @@ RUN chmod +x /app/docker-entrypoint.sh
|
|||||||
USER sveltekit
|
USER sveltekit
|
||||||
|
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|
||||||
# Health check
|
|
||||||
HEALTHCHECK --interval=30s --timeout=3s --start-period=5s --retries=3 \
|
|
||||||
CMD node -e "require('http').get('http://localhost:3000/health', (res) => { process.exit(res.statusCode === 200 ? 0 : 1) })"
|
|
||||||
|
|
||||||
ENTRYPOINT ["/app/docker-entrypoint.sh"]
|
ENTRYPOINT ["/app/docker-entrypoint.sh"]
|
||||||
CMD ["node", "server.mjs"]
|
CMD ["node", "server.mjs"]
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user