summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 4268e472..bfdce234 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -144,7 +144,8 @@ RUN \
rm -R /home/wekan/app_build && \
rm /home/wekan/install_meteor.sh
-ENV PORT=80
+ENV PORT=8080
EXPOSE $PORT
+USER wekan
CMD ["node", "/build/main.js"]