diff options
author | Lauri Ojansivu <x@xet7.org> | 2019-04-20 14:17:55 -0400 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2019-04-20 14:17:55 -0400 |
commit | a1efe506594b7df4ec97ec66724cea105f037871 (patch) | |
tree | c80a4724159656779025183de1f5da9e56f6e39a /Dockerfile | |
parent | 30e3b448fd3ee1ef5a9f72b6fb45241ed58875f0 (diff) | |
download | wekan-a1efe506594b7df4ec97ec66724cea105f037871.tar.gz wekan-a1efe506594b7df4ec97ec66724cea105f037871.tar.bz2 wekan-a1efe506594b7df4ec97ec66724cea105f037871.zip |
Fix repo url.
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -188,7 +188,7 @@ RUN \ if [ "$USE_EDGE" = false ]; then \ gosu wekan:wekan sh /home/wekan/install_meteor.sh; \ 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; \ \ # Get additional packages |