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 cd36c3b commit 9c57d7cCopy full SHA for 9c57d7c
.dockerignore
@@ -4,4 +4,5 @@ venv
4
.ssl
5
__pycache__
6
Dockerfile*
7
-app/playground
+app/playground
8
+tests/selenium
Dockerfile
@@ -9,7 +9,6 @@ COPY requirements.txt requirements.txt
9
RUN pip3 install --ignore-installed --no-cache-dir -r requirements.txt
10
11
COPY . .
12
-RUN rm -rf /project/tests/selenium
13
14
ENV PYTHONPATH='/project/:/project/app/'
15
WORKDIR /project/app
0 commit comments