Ver código fonte

pass empty --filename-template option

Former-commit-id: a843ca95e974ec5a2c08477761304edd4c87bc75
Gildas 6 anos atrás
pai
commit
788f29b580
1 arquivos alterados com 1 adições e 1 exclusões
  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"]