Disable healthcheck, like on master

This commit is contained in:
Tim Möhlmann
2018-12-17 00:30:26 +02:00
parent 0739224fc4
commit f75b2fb631

View File

@@ -18,5 +18,3 @@ RUN mkdir -p /build/$VERSION \
EXPOSE 80/tcp
CMD nginx -g "daemon off;"
HEALTHCHECK CMD curl -f -L http://localhost/ || exit 1