File tree Expand file tree Collapse file tree 6 files changed +6
-2
lines changed Expand file tree Collapse file tree 6 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ RUN wget --no-verbose -O /tmp/chromedriver_linux64.zip https://chromedriver.stor
4444ENV NODE_MAX_INSTANCES 1
4545ENV NODE_MAX_SESSION 1
4646ENV NODE_REGISTER_CYCLE 5000
47+ ENV NODE_PORT 5555
4748COPY generate_config /opt/selenium/generate_config
4849RUN chmod +x /opt/selenium/generate_config
4950
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ RUN wget --no-verbose -O /tmp/chromedriver_linux64.zip https://chromedriver.stor
3939ENV NODE_MAX_INSTANCES 1
4040ENV NODE_MAX_SESSION 1
4141ENV NODE_REGISTER_CYCLE 5000
42+ ENV NODE_PORT 5555
4243COPY generate_config /opt/selenium/generate_config
4344RUN chmod +x /opt/selenium/generate_config
4445
Original file line number Diff line number Diff line change 1111 ],
1212 \" proxy\" : \" org.openqa.grid.selenium.proxy.DefaultRemoteProxy\" ,
1313 \" maxSession\" : $NODE_MAX_SESSION ,
14- \" port\" : 5555 ,
14+ \" port\" : $NODE_PORT ,
1515 \" register\" : true,
1616 \" registerCycle\" : $NODE_REGISTER_CYCLE
1717}"
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ RUN wget --no-verbose -O /tmp/geckodriver.tar.gz https://github.com/mozilla/geck
4040ENV NODE_MAX_INSTANCES 1
4141ENV NODE_MAX_SESSION 1
4242ENV NODE_REGISTER_CYCLE 5000
43+ ENV NODE_PORT 5555
4344COPY generate_config /opt/selenium/generate_config
4445RUN chmod +x /opt/selenium/generate_config \
4546 && chown -R seluser:seluser /opt/selenium
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ RUN wget --no-verbose -O /tmp/geckodriver.tar.gz https://github.com/mozilla/geck
3535ENV NODE_MAX_INSTANCES 1
3636ENV NODE_MAX_SESSION 1
3737ENV NODE_REGISTER_CYCLE 5000
38+ ENV NODE_PORT 5555
3839COPY generate_config /opt/selenium/generate_config
3940RUN chmod +x /opt/selenium/generate_config \
4041 && chown -R seluser:seluser /opt/selenium
Original file line number Diff line number Diff line change 1111 ],
1212 \" proxy\" : \" org.openqa.grid.selenium.proxy.DefaultRemoteProxy\" ,
1313 \" maxSession\" : $NODE_MAX_SESSION ,
14- \" port\" : 5555 ,
14+ \" port\" : $NODE_PORT ,
1515 \" register\" : true,
1616 \" registerCycle\" : $NODE_REGISTER_CYCLE
1717}"
You can’t perform that action at this time.
0 commit comments