diff options
author | Stephen Moloney <stephenmoloney@live.com> | 2017-01-17 23:46:36 +0000 |
---|---|---|
committer | Stephen Moloney <stephenmoloney@live.com> | 2017-01-20 10:50:46 +0000 |
commit | 00af9fc0e49b2cf790c8fd1fa856ae385666f7fc (patch) | |
tree | 42e896dca6fadd031e4465a2796494015a82940d | |
parent | 85354c995b49e75188d8b6d8de07f0741bc1dc68 (diff) | |
download | wekan-00af9fc0e49b2cf790c8fd1fa856ae385666f7fc.tar.gz wekan-00af9fc0e49b2cf790c8fd1fa856ae385666f7fc.tar.bz2 wekan-00af9fc0e49b2cf790c8fd1fa856ae385666f7fc.zip |
--allow-superuser
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 && \ |