Sfoglia il codice sorgente

Try to fix Dockerfile

Lauri Ojansivu 8 anni fa
parent
commit
f6a70a28cb
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      Dockerfile

+ 1 - 0
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 && \