We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a67dee commit 7beaddeCopy full SHA for 7beadde
Dockerfile
@@ -3,5 +3,5 @@ ENV PYTHONDONTWRITEBYTECODE=1
3
ENV PYTHONUNBUFFERED=1
4
WORKDIR /code
5
COPY requirements.txt /code/
6
-RUN pip install -r --no-cache-dir requirements.txt
+RUN pip install -r requirements.txt
7
COPY . /code/
0 commit comments