Преглед изворни кода

Merge branch 'master' of https://github.com/gildas-lormeau/SingleFile

Former-commit-id: 76890abfcad96161f0af030e6d1faa00c3f65b24
Gildas пре 6 година
родитељ
комит
9c5741eefb
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      cli/dockerfile

+ 1 - 1
cli/dockerfile

@@ -2,7 +2,7 @@ FROM zenika/alpine-chrome:with-node
 
 RUN set -x \
     git \
-    && git clone --recursive https://github.com/gildas-lormeau/SingleFile \
+    && git clone --depth 1 --recursive https://github.com/gildas-lormeau/SingleFile \
     && cd SingleFile && npm install --production && cd cli && npm install --production \
     && chmod +x single-file \
     && echo