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 1
1
#! /bin/bash
2
2
3
3
source /opt/bin/functions.sh
4
+ /opt/bin/generate_config > /opt/selenium/config.json
4
5
5
6
export GEOMETRY=" $SCREEN_WIDTH " " x" " $SCREEN_HEIGHT " " x" " $SCREEN_DEPTH "
6
7
Original file line number Diff line number Diff line change @@ -40,5 +40,5 @@ COPY generate_config /opt/bin/generate_config
40
40
#=================================
41
41
COPY chrome_launcher.sh /opt/google/chrome/google-chrome
42
42
43
- # Generating config inside the image rather than with entry_point.sh
43
+ # Generating a default config during build time
44
44
RUN /opt/bin/generate_config > /opt/selenium/config.json
Original file line number Diff line number Diff line change 3
3
# IMPORTANT: Change this file only in directory NodeDebug!
4
4
5
5
source /opt/bin/functions.sh
6
+ /opt/bin/generate_config > /opt/selenium/config.json
6
7
7
8
export GEOMETRY=" $SCREEN_WIDTH " " x" " $SCREEN_HEIGHT " " x" " $SCREEN_DEPTH "
8
9
Original file line number Diff line number Diff line change 3
3
# IMPORTANT: Change this file only in directory NodeDebug!
4
4
5
5
source /opt/bin/functions.sh
6
+ /opt/bin/generate_config > /opt/selenium/config.json
6
7
7
8
export GEOMETRY=" $SCREEN_WIDTH " " x" " $SCREEN_HEIGHT " " x" " $SCREEN_DEPTH "
8
9
Original file line number Diff line number Diff line change @@ -36,5 +36,5 @@ COPY generate_config /opt/bin/generate_config
36
36
# When logging into the container
37
37
RUN sudo echo ""
38
38
39
- # Generating config inside the image rather than with entry_point.sh
39
+ # Generating a default config during build time
40
40
RUN /opt/bin/generate_config > /opt/selenium/config.json
Original file line number Diff line number Diff line change 3
3
# IMPORTANT: Change this file only in directory NodeDebug!
4
4
5
5
source /opt/bin/functions.sh
6
+ /opt/bin/generate_config > /opt/selenium/config.json
6
7
7
8
export GEOMETRY=" $SCREEN_WIDTH " " x" " $SCREEN_HEIGHT " " x" " $SCREEN_DEPTH "
8
9
You can’t perform that action at this time.
0 commit comments