mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 22:06:00 +00:00
Disable healthcheck in Dockerfile as well
This commit is contained in:
parent
daa90286d3
commit
483e2835c4
@ -26,7 +26,7 @@ RUN npm cache clean --force \
|
||||
|
||||
EXPOSE 4100
|
||||
|
||||
HEALTHCHECK --interval=5m --timeout=3s \
|
||||
CMD wget --no-verbose --tries=1 --spider http://localhost:4100/ || exit 1
|
||||
# HEALTHCHECK --interval=5m --timeout=3s \
|
||||
# CMD wget --no-verbose --tries=1 --spider http://localhost:4100/ || exit 1
|
||||
|
||||
CMD [ "npm", "start" ]
|
||||
|
Loading…
Reference in New Issue
Block a user