mirror of
https://github.com/wekan/wekan.git
synced 2026-02-21 15:34:07 +01:00
--allow-superuser
This commit is contained in:
parent
85354c995b
commit
00af9fc0e4
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ RUN apt-get update -y && apt-get install -y ${BUILD_DEPS} && \
|
||||||
cd ./app && \
|
cd ./app && \
|
||||||
meteor npm install --save xss && \
|
meteor npm install --save xss && \
|
||||||
echo "Starting meteor build of the app... \n" && \
|
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/ && \
|
cd /opt/app_build/bundle/programs/server/ && \
|
||||||
npm install && \
|
npm install && \
|
||||||
mv /opt/app_build/bundle /build && \
|
mv /opt/app_build/bundle /build && \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue