diff options
Diffstat (limited to 'docker/app/stretch/3.7/Dockerfile')
-rw-r--r-- | docker/app/stretch/3.7/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/app/stretch/3.7/Dockerfile b/docker/app/stretch/3.7/Dockerfile index f0069716..7cc8f6ad 100644 --- a/docker/app/stretch/3.7/Dockerfile +++ b/docker/app/stretch/3.7/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"] |