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