summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2017-07-12 03:36:53 +0300
committerLauri Ojansivu <x@xet7.org>2017-07-12 03:36:53 +0300
commita21892b84f6cfc13806309c8443ae1ba2d86facc (patch)
treef3086eeb241c03e34676ae7db1572c2a84232014 /Dockerfile
parent246f1dd3acc81505d0136887b3d91936c2ef9c01 (diff)
downloadwekan-a21892b84f6cfc13806309c8443ae1ba2d86facc.tar.gz
wekan-a21892b84f6cfc13806309c8443ae1ba2d86facc.tar.bz2
wekan-a21892b84f6cfc13806309c8443ae1ba2d86facc.zip
Try to fix Dockerfile
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 6e8a153d..16d38b3f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -95,7 +95,7 @@ RUN \
if [ "$USE_EDGE" = false ]; then \
gosu wekan:wekan sh ./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} git://github.com/meteor/meteor.git /home/wekan/.meteor; \
\
# Get additional packages
cd /home/wekan/.meteor/packages && \