File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,3 @@ COPY generate_config /opt/bin/generate_config
4646# Chrome Launch Script Modification
4747# =================================
4848COPY chrome_launcher.sh /opt/google/chrome/google-chrome
49-
50- # Generating config inside the image rather than with entry_point.sh
51- RUN /opt/bin/generate_config > /opt/selenium/config.json
Original file line number Diff line number Diff line change @@ -42,6 +42,3 @@ COPY generate_config /opt/bin/generate_config
4242# To run a command as administrator (user "root"), use "sudo <command>". See "man sudo_root" for details.
4343# When logging into the container
4444RUN sudo echo ""
45-
46- # Generating config inside the image rather than with entry_point.sh
47- RUN /opt/bin/generate_config > /opt/selenium/config.json
You can’t perform that action at this time.
0 commit comments