Loading .dockerignore +2 −0 Original line number Diff line number Diff line Dockerfile .git npm-debug.log node_modules *.swp Loading Dockerfile +6 −1 Original line number Diff line number Diff line Loading @@ -59,5 +59,10 @@ STOPSIGNAL SIGINT ENTRYPOINT [ "bash", "docker-entrypoint.sh" ] HEALTHCHECK --interval=30s --timeout=30s --start-period=5s \ --retries=3 CMD [ "curl" , "-f" "localhost:${PORT}", "||", "exit", "1"] --retries=3 CMD [ "sh", "-c", "echo -n 'curl localhost:7777... '; \ (\ curl -sf localhost:7777 > /dev/null\ ) && echo OK || (\ echo Fail && exit 2\ )"] CMD ["npm", "start"] Loading
.dockerignore +2 −0 Original line number Diff line number Diff line Dockerfile .git npm-debug.log node_modules *.swp Loading
Dockerfile +6 −1 Original line number Diff line number Diff line Loading @@ -59,5 +59,10 @@ STOPSIGNAL SIGINT ENTRYPOINT [ "bash", "docker-entrypoint.sh" ] HEALTHCHECK --interval=30s --timeout=30s --start-period=5s \ --retries=3 CMD [ "curl" , "-f" "localhost:${PORT}", "||", "exit", "1"] --retries=3 CMD [ "sh", "-c", "echo -n 'curl localhost:7777... '; \ (\ curl -sf localhost:7777 > /dev/null\ ) && echo OK || (\ echo Fail && exit 2\ )"] CMD ["npm", "start"]