Skip to content

Commit

Permalink
Fix docker
Browse files Browse the repository at this point in the history
  • Loading branch information
wendigo committed Dec 3, 2019
1 parent d56935e commit cacd07d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM zenika/alpine-chrome:latest
ENV TERM xterm-256color
COPY chrome-protocol-proxy chrome-protocol-proxy
COPY docker/run.sh run.sh
EXPOSE 9222 9223
Expand Down
2 changes: 0 additions & 2 deletions docker/run.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#!/bin/sh
ENV TERM xterm-256color

chromium-browser --headless --disable-gpu --disable-software-rasterizer --disable-dev-shm-usage --no-sandbox --remote-debugging-address=0.0.0.0 --remote-debugging-port=9223 --no-sandbox &

./chrome-protocol-proxy -l 0.0.0.0:9222 -r localhost:9223 "$@"

0 comments on commit cacd07d

Please sign in to comment.