Skip to content

Commit 5132571

Browse files
committed
allow passing of application names; belongs with #411
1 parent bfce090 commit 5132571

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

NodeChrome/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ ENV NODE_MAX_INSTANCES 1
4545
ENV NODE_MAX_SESSION 1
4646
ENV NODE_REGISTER_CYCLE 5000
4747
ENV NODE_PORT 5555
48+
ENV NODE_APPLICATION_NAME ""
4849
COPY generate_config /opt/selenium/generate_config
4950
RUN chmod +x /opt/selenium/generate_config
5051

NodeChrome/Dockerfile.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ ENV NODE_MAX_INSTANCES 1
4040
ENV NODE_MAX_SESSION 1
4141
ENV NODE_REGISTER_CYCLE 5000
4242
ENV NODE_PORT 5555
43+
ENV NODE_APPLICATION_NAME ""
4344
COPY generate_config /opt/selenium/generate_config
4445
RUN chmod +x /opt/selenium/generate_config
4546

NodeFirefox/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ ENV NODE_MAX_INSTANCES 1
4141
ENV NODE_MAX_SESSION 1
4242
ENV NODE_REGISTER_CYCLE 5000
4343
ENV NODE_PORT 5555
44+
ENV NODE_APPLICATION_NAME ""
4445
COPY generate_config /opt/selenium/generate_config
4546
RUN chmod +x /opt/selenium/generate_config \
4647
&& chown -R seluser:seluser /opt/selenium

NodeFirefox/Dockerfile.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ ENV NODE_MAX_INSTANCES 1
3636
ENV NODE_MAX_SESSION 1
3737
ENV NODE_REGISTER_CYCLE 5000
3838
ENV NODE_PORT 5555
39+
ENV NODE_APPLICATION_NAME ""
3940
COPY generate_config /opt/selenium/generate_config
4041
RUN chmod +x /opt/selenium/generate_config \
4142
&& chown -R seluser:seluser /opt/selenium

NodePhantomJS/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ ENV SCREEN_WIDTH 1360
3030
ENV SCREEN_HEIGHT 1020
3131
ENV SCREEN_DEPTH 24
3232
ENV DISPLAY :99.0
33+
ENV NODE_APPLICATION_NAME ""
3334

3435
USER seluser
3536

NodePhantomJS/Dockerfile.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ ENV SCREEN_WIDTH 1360
2525
ENV SCREEN_HEIGHT 1020
2626
ENV SCREEN_DEPTH 24
2727
ENV DISPLAY :99.0
28+
ENV NODE_APPLICATION_NAME ""
2829

2930
USER seluser
3031

0 commit comments

Comments
 (0)