소스 검색

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" ]