mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Fix repo url.
This commit is contained in:
parent
30e3b448fd
commit
a1efe50659
1 changed files with 1 additions and 1 deletions
|
|
@ -188,7 +188,7 @@ RUN \
|
||||||
if [ "$USE_EDGE" = false ]; then \
|
if [ "$USE_EDGE" = false ]; then \
|
||||||
gosu wekan:wekan sh /home/wekan/install_meteor.sh; \
|
gosu wekan:wekan sh /home/wekan/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} https://github.com/meteor/meteor.git /home/wekan/.meteor; \
|
||||||
fi; \
|
fi; \
|
||||||
\
|
\
|
||||||
# Get additional packages
|
# Get additional packages
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue