summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorStephen Moloney <stephenmoloney@live.com>2017-01-17 23:46:36 +0000
committerStephen Moloney <stephenmoloney@live.com>2017-01-20 10:50:46 +0000
commit00af9fc0e49b2cf790c8fd1fa856ae385666f7fc (patch)
tree42e896dca6fadd031e4465a2796494015a82940d /Dockerfile
parent85354c995b49e75188d8b6d8de07f0741bc1dc68 (diff)
downloadwekan-00af9fc0e49b2cf790c8fd1fa856ae385666f7fc.tar.gz
wekan-00af9fc0e49b2cf790c8fd1fa856ae385666f7fc.tar.bz2
wekan-00af9fc0e49b2cf790c8fd1fa856ae385666f7fc.zip
--allow-superuser
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 93cf72e0..cea1d5b6 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -52,7 +52,7 @@ RUN apt-get update -y && apt-get install -y ${BUILD_DEPS} && \
cd ./app && \
meteor npm install --save xss && \
echo "Starting meteor build of the app... \n" && \
- meteor build --directory /opt/app_build && \
+ meteor build --directory --allow-superuser /opt/app_build && \
cd /opt/app_build/bundle/programs/server/ && \
npm install && \
mv /opt/app_build/bundle /build && \