Skip to content

Commit fd0f83c

Browse files
committed
Update debug images to use ENV Variables
Missed in commit aeb7119
1 parent aeb7119 commit fd0f83c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

NodeChromeDebug/entry_point.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ sudo -E -i -u seluser \
2323
xvfb-run --server-args="$DISPLAY -screen 0 $GEOMETRY -ac +extension RANDR" \
2424
java -jar /opt/selenium/selenium-server-standalone.jar \
2525
-role node \
26-
-hub http://hub:4444/grid/register \
26+
-hub http://$HUB_PORT_4444_TCP_ADDR:$HUB_PORT_4444_TCP_PORT/grid/register \
2727
-nodeConfig /opt/selenium/config.json &
2828
NODE_PID=$!
2929

NodeFirefoxDebug/entry_point.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ sudo -E -i -u seluser \
2323
xvfb-run --server-args="$DISPLAY -screen 0 $GEOMETRY -ac +extension RANDR" \
2424
java -jar /opt/selenium/selenium-server-standalone.jar \
2525
-role node \
26-
-hub http://hub:4444/grid/register \
26+
-hub http://$HUB_PORT_4444_TCP_ADDR:$HUB_PORT_4444_TCP_PORT/grid/register \
2727
-nodeConfig /opt/selenium/config.json &
2828
NODE_PID=$!
2929

0 commit comments

Comments
 (0)