Ver Fonte

--allow-superuser

Stephen Moloney há 8 anos atrás
pai
commit
00af9fc0e4
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Dockerfile

+ 1 - 1
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 && \