diff options
author | 2018-09-20 20:45:49 +0200 | |
---|---|---|
committer | 2018-09-20 20:45:49 +0200 | |
commit | 41313d0c595d4fd1100ac53eab3d15904982e81e (patch) | |
tree | c0f82a03be0911cf8ee4de9050ae9e2aa5420427 /docker | |
parent | Add dockerfile lints. (diff) |
Omit `HEALTHCHECK`.
Diffstat (limited to 'docker')
-rw-r--r-- | docker/app/alpine/3.7/Dockerfile | 1 |
1 files changed, 0 insertions, 1 deletions
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"] |