delete healthcheck
This commit is contained in:
parent
5889e51945
commit
e90103ee2f
@ -64,7 +64,5 @@ ENV NODE_ENV=production \
|
|||||||
|
|
||||||
EXPOSE 3010
|
EXPOSE 3010
|
||||||
|
|
||||||
HEALTHCHECK --interval=30s --timeout=10s --start-period=20s --retries=3 \
|
|
||||||
CMD wget -qO- http://localhost:3010/ | grep -q "html" || exit 1
|
|
||||||
|
|
||||||
CMD ["node", "server.js"]
|
CMD ["node", "server.js"]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user