File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,10 @@ node_modules/
1010# Ignoring generated files during the build process
1111Node * Debug /selenium-debug.conf
1212Node * Debug /start- * .sh
13- Standalone * /selenium.conf
14- Standalone * /start- * .sh
13+ StandaloneC * /selenium.conf
14+ StandaloneF * /selenium.conf
15+ StandaloneC * /start- * .sh
16+ StandaloneF * /start- * .sh
1517
1618# Created by https://www.gitignore.io/api/virtualenv
1719
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ COPY supervisord.conf /etc
7272RUN mkdir -p /opt/selenium /var/run/supervisor /var/log/supervisor \
7373 && touch /opt/selenium/config.json \
7474 && chmod -R 777 /opt/selenium /var/run/supervisor /var/log/supervisor /etc/passwd \
75- && wget --no-verbose https://selenium-release.storage.googleapis.com/3.141/selenium-server-standalone-3.141.0 .jar \
75+ && wget --no-verbose https://selenium-release.storage.googleapis.com/3.141/selenium-server-standalone-3.141.5 .jar \
7676 -O /opt/selenium/selenium-server-standalone.jar \
7777 && chgrp -R 0 /opt/selenium ${HOME} /var/run/supervisor /var/log/supervisor \
7878 && chmod -R g=u /opt/selenium ${HOME} /var/run/supervisor /var/log/supervisor
You can’t perform that action at this time.
0 commit comments