File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -107,9 +107,13 @@ RUN cd /SeleniumBase && python setup.py install
107
107
# Create entrypoint and grab example tests
108
108
# ==========================================
109
109
COPY integrations/docker/docker-entrypoint.sh /
110
+ RUN chmod +x docker-entrypoint.sh
110
111
COPY integrations/docker/run_docker_test_in_firefox.sh /
112
+ RUN chmod +x run_docker_test_in_firefox.sh
111
113
COPY integrations/docker/run_docker_test_in_chrome.sh /
114
+ RUN chmod +x run_docker_test_in_chrome.sh
112
115
COPY integrations/docker/run_docker_test_in_phantomjs.sh /
116
+ RUN chmod +x run_docker_test_in_phantomjs.sh
113
117
COPY integrations/docker/docker_config.cfg /SeleniumBase/examples/
114
118
ENTRYPOINT ["/docker-entrypoint.sh" ]
115
119
CMD ["/bin/bash" ]
You can’t perform that action at this time.
0 commit comments