소스 검색

Delete dockerfile

Gildas 5 년 전
부모
커밋
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"]