Skip to content

Commit 9572b4b

Browse files
committed
Dockerfile
1 parent 5cf688d commit 9572b4b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Dockerfile

-4
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,3 @@ ADD src/requirements.txt /app/requirements.txt
2020
# setup python packages
2121
RUN /app/venv/bin/pip install -U pip \
2222
&& /bin/sh -c "/app/venv/bin/pip install --no-cache-dir -r /app/requirements.txt"
23-
24-
COPY src/* /app/
25-
26-
RUN tar -cvzf /src/build.tar.gz /app

0 commit comments

Comments
 (0)