We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cf688d commit 9572b4bCopy full SHA for 9572b4b
Dockerfile
@@ -20,7 +20,3 @@ ADD src/requirements.txt /app/requirements.txt
20
# setup python packages
21
RUN /app/venv/bin/pip install -U pip \
22
&& /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