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 11#! /bin/bash
22
33source /opt/bin/functions.sh
4+ /opt/bin/generate_config > /opt/selenium/config.json
45
56export GEOMETRY=" $SCREEN_WIDTH " " x" " $SCREEN_HEIGHT " " x" " $SCREEN_DEPTH "
67
Original file line number Diff line number Diff line change @@ -40,5 +40,5 @@ COPY generate_config /opt/bin/generate_config
4040#=================================
4141COPY chrome_launcher.sh /opt/google/chrome/google-chrome
4242
43- # Generating config inside the image rather than with entry_point.sh
43+ # Generating a default config during build time
4444RUN /opt/bin/generate_config > /opt/selenium/config.json
Original file line number Diff line number Diff line change 33# IMPORTANT: Change this file only in directory NodeDebug!
44
55source /opt/bin/functions.sh
6+ /opt/bin/generate_config > /opt/selenium/config.json
67
78export GEOMETRY=" $SCREEN_WIDTH " " x" " $SCREEN_HEIGHT " " x" " $SCREEN_DEPTH "
89
Original file line number Diff line number Diff line change 33# IMPORTANT: Change this file only in directory NodeDebug!
44
55source /opt/bin/functions.sh
6+ /opt/bin/generate_config > /opt/selenium/config.json
67
78export GEOMETRY=" $SCREEN_WIDTH " " x" " $SCREEN_HEIGHT " " x" " $SCREEN_DEPTH "
89
Original file line number Diff line number Diff line change @@ -36,5 +36,5 @@ COPY generate_config /opt/bin/generate_config
3636# When logging into the container
3737RUN sudo echo ""
3838
39- # Generating config inside the image rather than with entry_point.sh
39+ # Generating a default config during build time
4040RUN /opt/bin/generate_config > /opt/selenium/config.json
Original file line number Diff line number Diff line change 33# IMPORTANT: Change this file only in directory NodeDebug!
44
55source /opt/bin/functions.sh
6+ /opt/bin/generate_config > /opt/selenium/config.json
67
78export GEOMETRY=" $SCREEN_WIDTH " " x" " $SCREEN_HEIGHT " " x" " $SCREEN_DEPTH "
89
You can’t perform that action at this time.
0 commit comments