Skip to content

Commit

Permalink
allow passing of application names; belongs with #411
Browse files Browse the repository at this point in the history
  • Loading branch information
ddavison committed Mar 23, 2017
1 parent bfce090 commit 5132571
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions NodeChrome/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ ENV NODE_MAX_INSTANCES 1
ENV NODE_MAX_SESSION 1
ENV NODE_REGISTER_CYCLE 5000
ENV NODE_PORT 5555
ENV NODE_APPLICATION_NAME ""
COPY generate_config /opt/selenium/generate_config
RUN chmod +x /opt/selenium/generate_config

Expand Down
1 change: 1 addition & 0 deletions NodeChrome/Dockerfile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ ENV NODE_MAX_INSTANCES 1
ENV NODE_MAX_SESSION 1
ENV NODE_REGISTER_CYCLE 5000
ENV NODE_PORT 5555
ENV NODE_APPLICATION_NAME ""
COPY generate_config /opt/selenium/generate_config
RUN chmod +x /opt/selenium/generate_config

Expand Down
1 change: 1 addition & 0 deletions NodeFirefox/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ ENV NODE_MAX_INSTANCES 1
ENV NODE_MAX_SESSION 1
ENV NODE_REGISTER_CYCLE 5000
ENV NODE_PORT 5555
ENV NODE_APPLICATION_NAME ""
COPY generate_config /opt/selenium/generate_config
RUN chmod +x /opt/selenium/generate_config \
&& chown -R seluser:seluser /opt/selenium
Expand Down
1 change: 1 addition & 0 deletions NodeFirefox/Dockerfile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ ENV NODE_MAX_INSTANCES 1
ENV NODE_MAX_SESSION 1
ENV NODE_REGISTER_CYCLE 5000
ENV NODE_PORT 5555
ENV NODE_APPLICATION_NAME ""
COPY generate_config /opt/selenium/generate_config
RUN chmod +x /opt/selenium/generate_config \
&& chown -R seluser:seluser /opt/selenium
Expand Down
1 change: 1 addition & 0 deletions NodePhantomJS/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ ENV SCREEN_WIDTH 1360
ENV SCREEN_HEIGHT 1020
ENV SCREEN_DEPTH 24
ENV DISPLAY :99.0
ENV NODE_APPLICATION_NAME ""

USER seluser

Expand Down
1 change: 1 addition & 0 deletions NodePhantomJS/Dockerfile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ ENV SCREEN_WIDTH 1360
ENV SCREEN_HEIGHT 1020
ENV SCREEN_DEPTH 24
ENV DISPLAY :99.0
ENV NODE_APPLICATION_NAME ""

USER seluser

Expand Down

0 comments on commit 5132571

Please sign in to comment.