Skip to content

Commit 8fbe4ec

Browse files
nmarcopokenshaw
authored andcommitted
Pass entrypoint arguments to run.sh
1 parent f95ee7b commit 8fbe4ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

run.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ exec /headless-shell/headless-shell \
99
--use-gl=angle \
1010
--use-angle=swiftshader \
1111
--remote-debugging-address=0.0.0.0 \
12-
--remote-debugging-port=9223
12+
--remote-debugging-port=9223 \
13+
$@ # Pass remaining arguments sent to the entrypoint

0 commit comments

Comments
 (0)