mirror of
https://github.com/wekan/wekan.git
synced 2025-04-20 12:07:11 -04:00
--allow-superuser
This commit is contained in:
parent
7304028420
commit
4947272871
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 && \
|
||||
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 && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue