瀏覽代碼

Try to fix Dockerfile

Lauri Ojansivu 8 年之前
父節點
當前提交
04fb2ae52c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -96,7 +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; && \
+    fi; \
     \
     # Get additional packages
     cd /home/wekan/.meteor/packages && \