We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 261daf3 commit 99f57fdCopy full SHA for 99f57fd
Dockerfile
@@ -10,7 +10,6 @@ ENV PYTHONPATH /code
10
WORKDIR /code
11
ENV WORKON_HOME /tmp
12
13
-
14
RUN python3 -m venv .venv && \
15
.venv/bin/pip install -U pip && \
16
.venv/bin/pip install -r requirements.txt --no-cache-dir
0 commit comments