1
0
Gildas 5 жил өмнө
parent
commit
113ce8dfa0
1 өөрчлөгдсөн 0 нэмэгдсэн , 13 устгасан
  1. 0 13
      cli/dockerfile

+ 0 - 13
cli/dockerfile

@@ -1,13 +0,0 @@
-FROM zenika/alpine-chrome:with-node
-
-RUN set -x \
-    git \
-    && git clone --depth 1 --recursive https://github.com/gildas-lormeau/SingleFile \
-    && cd SingleFile && npm install --production && cd cli && npm install --production \
-    && chmod +x single-file \
-    && echo
-    
-WORKDIR /usr/src/app/SingleFile/cli
-
-ENTRYPOINT ["./single-file", "--browser-executable-path", "/usr/bin/chromium-browser", "--dump-content", "--browser-args", "[\"--no-sandbox\"]"]
-CMD ["https://github.com/Zenika/alpine-chrome"]