mirror of
https://github.com/wekan/wekan.git
synced 2025-04-24 14:08:31 -04:00
Merge pull request #945 from Serubin/devel
Dockerfile fix for local packages
This commit is contained in:
commit
b3cd2f2125
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ RUN \
|
||||||
gosu wekan:wekan sh ./install_meteor.sh && \
|
gosu wekan:wekan sh ./install_meteor.sh && \
|
||||||
\
|
\
|
||||||
# Build app
|
# Build app
|
||||||
|
source /home/wekan/app/app.env && \
|
||||||
cd /home/wekan/app && \
|
cd /home/wekan/app && \
|
||||||
gosu wekan /home/wekan/.meteor/meteor npm install --save xss && \
|
gosu wekan /home/wekan/.meteor/meteor npm install --save xss && \
|
||||||
gosu wekan /home/wekan/.meteor/meteor build --directory /home/wekan/app_build && \
|
gosu wekan /home/wekan/.meteor/meteor build --directory /home/wekan/app_build && \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue