浏览代码

format file

Gildas 5 年之前
父节点
当前提交
6b41f602ec
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      cli/Dockerfile

+ 1 - 1
cli/Dockerfile

@@ -6,7 +6,7 @@ WORKDIR /usr/src/app/node_modules/single-file/cli
 
 ENTRYPOINT [ \
     "./single-file", \
-    "--browser-executable-path", "/usr/bin/chromium-browser",  \
+    "--browser-executable-path", "/usr/bin/chromium-browser", \
     "--output-directory", "/out", \
     "--browser-args", "[\"--no-sandbox\"]", \
     "--dump-content" ]