aboutsummaryrefslogtreecommitdiffstats
path: root/docker/app/stretch
diff options
context:
space:
mode:
Diffstat (limited to 'docker/app/stretch')
-rw-r--r--docker/app/stretch/3.6/Dockerfile2
-rw-r--r--docker/app/stretch/3.7/Dockerfile2
2 files changed, 2 insertions, 2 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"]
diff --git a/docker/app/stretch/3.7/Dockerfile b/docker/app/stretch/3.7/Dockerfile
index 0d4a9f3e..35ed5cfd 100644
--- a/docker/app/stretch/3.7/Dockerfile
+++ b/docker/app/stretch/3.7/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"]