File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -94,8 +94,8 @@ RUN exec "$@"
94
94
# =====================
95
95
# Set up SeleniumBase
96
96
# =====================
97
- COPY docker/docker_requirements.txt /SeleniumBase/
98
- COPY docker/docker_setup.py /SeleniumBase/
97
+ COPY integrations/ docker/docker_requirements.txt /SeleniumBase/
98
+ COPY integrations/ docker/docker_setup.py /SeleniumBase/
99
99
COPY seleniumbase /SeleniumBase/seleniumbase/
100
100
COPY examples /SeleniumBase/examples/
101
101
RUN cd /SeleniumBase && ls && sudo pip install -r docker_requirements.txt
@@ -104,9 +104,9 @@ RUN cd /SeleniumBase && ls && sudo python docker_setup.py install
104
104
# ==========================================
105
105
# Create entrypoint and grab example tests
106
106
# ==========================================
107
- COPY docker/docker-entrypoint.sh /
108
- COPY docker/run_docker_test_in_firefox.sh /
109
- COPY docker/run_docker_test_in_chrome.sh /
110
- COPY docker/docker_config.cfg /SeleniumBase/examples/
107
+ COPY integrations/ docker/docker-entrypoint.sh /
108
+ COPY integrations/ docker/run_docker_test_in_firefox.sh /
109
+ COPY integrations/ docker/run_docker_test_in_chrome.sh /
110
+ COPY integrations/ docker/docker_config.cfg /SeleniumBase/examples/
111
111
ENTRYPOINT ["/docker-entrypoint.sh" ]
112
112
CMD ["/bin/bash" ]
You can’t perform that action at this time.
0 commit comments