summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index bc19257..9d7c7c9 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,7 +2,7 @@ FROM python:2-slim
ENV PYTHONUNBUFFERED 1
EXPOSE 8000
-RUN useradd -g www-data uwsgi
+RUN useradd -g www-data uwsgi -u 434 # uid of atlassian on ndn-crowd
RUN mkdir /app && mkdir -p /opt/pwman && chown -R uwsgi /opt/pwman
WORKDIR /app