Explorar el Código

pass empty --filename-template option

Gildas hace 6 años
padre
commit
a843ca95e9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      cli/dockerfile

+ 1 - 1
cli/dockerfile

@@ -9,5 +9,5 @@ RUN set -x \
     
 WORKDIR /usr/src/app/SingleFile/cli
 
-ENTRYPOINT ["./single-file", "--browser-executable-path", "/usr/bin/chromium-browser", "--browser-args", "[\"--no-sandbox\"]"]
+ENTRYPOINT ["./single-file", "--browser-executable-path", "/usr/bin/chromium-browser", "--filename-template", "", "--browser-args", "[\"--no-sandbox\"]"]
 CMD ["https://github.com/Zenika/alpine-chrome"]