aboutsummaryrefslogtreecommitdiffstats
path: root/docker/app/stretch/3.6/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'docker/app/stretch/3.6/Dockerfile')
-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 365ea451..41e50ed9 100644
--- a/docker/app/stretch/3.6/Dockerfile
+++ b/docker/app/stretch/3.6/Dockerfile
@@ -5,6 +5,7 @@ ARG EXTRAS=deploy
RUN adduser \
--disabled-login \
--no-create-home \
+ --uid 1500 \
pysite
RUN apt-get update -y \
@@ -28,5 +29,4 @@ RUN apt-get purge -y \
libc-dev \
libpq-dev
-USER pysite
CMD ["uwsgi", "--ini", "docker/app/uwsgi.ini"]