mirror of
https://github.com/wekan/wekan.git
synced 2026-02-19 14:38:06 +01:00
Try to fix Dockerfile
This commit is contained in:
parent
a21892b84f
commit
f6a70a28cb
1 changed files with 1 additions and 0 deletions
|
|
@ -96,6 +96,7 @@ RUN \
|
||||||
gosu wekan:wekan sh ./install_meteor.sh; \
|
gosu wekan:wekan sh ./install_meteor.sh; \
|
||||||
else \
|
else \
|
||||||
gosu wekan:wekan git clone --recursive --depth 1 -b release/METEOR@${METEOR_EDGE} git://github.com/meteor/meteor.git /home/wekan/.meteor; \
|
gosu wekan:wekan git clone --recursive --depth 1 -b release/METEOR@${METEOR_EDGE} git://github.com/meteor/meteor.git /home/wekan/.meteor; \
|
||||||
|
fi \
|
||||||
\
|
\
|
||||||
# Get additional packages
|
# Get additional packages
|
||||||
cd /home/wekan/.meteor/packages && \
|
cd /home/wekan/.meteor/packages && \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue