no healthchecks

This commit is contained in:
BillMills 2019-03-14 16:16:17 -04:00
parent d235b5a98a
commit cdf9a12c62

View File

@ -9,4 +9,3 @@ CMD [ "npm", "start" ]
COPY . .
HEALTHCHECK --interval=5s CMD curl --fail http://localhost:8080 || exit 1