summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2017-07-12 03:57:52 +0300
committerLauri Ojansivu <x@xet7.org>2017-07-12 03:57:52 +0300
commit2778c336bf18f0b6bbd6b6ba57c66fa8f2e065ab (patch)
treed49076fdb63c374c8130a82c610fc7eb886a8052 /Dockerfile
parenteb83a9fb622ad3ec5cfa25f5142dfd7712e298dd (diff)
downloadwekan-2778c336bf18f0b6bbd6b6ba57c66fa8f2e065ab.tar.gz
wekan-2778c336bf18f0b6bbd6b6ba57c66fa8f2e065ab.tar.bz2
wekan-2778c336bf18f0b6bbd6b6ba57c66fa8f2e065ab.zip
Try to fix Dockerfile
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 16d38b3f..77dc3ba6 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -96,6 +96,7 @@ RUN \
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; \
+ fi; && \
\
# Get additional packages
cd /home/wekan/.meteor/packages && \