We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bcc0cf commit 8d500e0Copy full SHA for 8d500e0
Dockerfile
@@ -77,8 +77,8 @@ COPY examples /SeleniumBase/examples/
77
COPY integrations /SeleniumBase/integrations/
78
COPY requirements.txt /SeleniumBase/requirements.txt
79
COPY setup.py /SeleniumBase/setup.py
80
-RUN find -name '*.pyc' -delete
81
-RUN find -name __pycache__ -delete
+RUN find . -name '*.pyc' -delete
+RUN find . -name __pycache__ -delete
82
RUN pip3 install --upgrade pip
83
RUN pip3 install --upgrade setuptools
84
RUN pip3 install --upgrade setuptools-scm
0 commit comments