Skip to content

Commit 8d500e0

Browse files
committed
Update the Dockerfile
1 parent 8bcc0cf commit 8d500e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ COPY examples /SeleniumBase/examples/
7777
COPY integrations /SeleniumBase/integrations/
7878
COPY requirements.txt /SeleniumBase/requirements.txt
7979
COPY setup.py /SeleniumBase/setup.py
80-
RUN find -name '*.pyc' -delete
81-
RUN find -name __pycache__ -delete
80+
RUN find . -name '*.pyc' -delete
81+
RUN find . -name __pycache__ -delete
8282
RUN pip3 install --upgrade pip
8383
RUN pip3 install --upgrade setuptools
8484
RUN pip3 install --upgrade setuptools-scm

0 commit comments

Comments
 (0)