Skip to content

Commit cacd07d

Browse files
committed
Fix docker
1 parent d56935e commit cacd07d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
FROM zenika/alpine-chrome:latest
2+
ENV TERM xterm-256color
23
COPY chrome-protocol-proxy chrome-protocol-proxy
34
COPY docker/run.sh run.sh
45
EXPOSE 9222 9223

docker/run.sh

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
#!/bin/sh
2-
ENV TERM xterm-256color
3-
42
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 &
53

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

0 commit comments

Comments
 (0)