Browse Source

Try to fix Dockerfile

Lauri Ojansivu 8 năm trước cách đây
mục cha
commit
a21892b84f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Dockerfile

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