aboutsummaryrefslogtreecommitdiffstats
path: root/docker/app/stretch/3.6
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2018-09-20 21:59:56 +0200
committerGravatar Johannes Christ <[email protected]>2018-09-20 22:27:04 +0200
commit33d3014bf48945979a5e3851a2845e635723fa6c (patch)
tree1f0749bce16a4868fae5547cd5215a45a7c982aa /docker/app/stretch/3.6
parentOmit `HEALTHCHECK`. (diff)
Use `uwsgi` instead of `gunicorn`.
Diffstat (limited to 'docker/app/stretch/3.6')
-rw-r--r--docker/app/stretch/3.6/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/app/stretch/3.6/Dockerfile b/docker/app/stretch/3.6/Dockerfile
index 0e840899..07911778 100644
--- a/docker/app/stretch/3.6/Dockerfile
+++ b/docker/app/stretch/3.6/Dockerfile
@@ -23,4 +23,4 @@ RUN apt-get purge -y \
libc-dev \
libpq-dev
-CMD ["gunicorn", "--workers", "4", "--bind", "0.0.0.0:4000", "pysite.wsgi:application"]
+CMD ["uwsgi", "--ini", "docker/app/uwsgi.ini"]