Skip to content

Commit 9c57d7c

Browse files
update dockerignore and Dockerfile (rm unused dirs)
1 parent cd36c3b commit 9c57d7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.dockerignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ venv
44
.ssl
55
__pycache__
66
Dockerfile*
7-
app/playground
7+
app/playground
8+
tests/selenium

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ COPY requirements.txt requirements.txt
99
RUN pip3 install --ignore-installed --no-cache-dir -r requirements.txt
1010

1111
COPY . .
12-
RUN rm -rf /project/tests/selenium
1312

1413
ENV PYTHONPATH='/project/:/project/app/'
1514
WORKDIR /project/app

0 commit comments

Comments
 (0)