Skip to content

Commit ba7a437

Browse files
committed
Update the Dockerfile with the new docker location
1 parent 247504e commit ba7a437

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ RUN exec "$@"
9494
#=====================
9595
# Set up SeleniumBase
9696
#=====================
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/
9999
COPY seleniumbase /SeleniumBase/seleniumbase/
100100
COPY examples /SeleniumBase/examples/
101101
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
104104
#==========================================
105105
# Create entrypoint and grab example tests
106106
#==========================================
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/
111111
ENTRYPOINT ["/docker-entrypoint.sh"]
112112
CMD ["/bin/bash"]

0 commit comments

Comments
 (0)