From 41313d0c595d4fd1100ac53eab3d15904982e81e Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Thu, 20 Sep 2018 20:45:49 +0200 Subject: Omit `HEALTHCHECK`. --- docker/app/alpine/3.7/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/docker/app/alpine/3.7/Dockerfile b/docker/app/alpine/3.7/Dockerfile index ccc6d5d2..e52c526c 100644 --- a/docker/app/alpine/3.7/Dockerfile +++ b/docker/app/alpine/3.7/Dockerfile @@ -17,5 +17,4 @@ RUN apk del --purge build COPY . . -HEALTHCHECK CMD curl -I -f localhost:4000 CMD ["gunicorn", "--workers", "4", "--bind", "0.0.0.0:4000", "pysite.wsgi:application"] -- cgit v1.2.3