We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3c38e5 commit fe07c11Copy full SHA for fe07c11
1 file changed
app/Dockerfile
@@ -4,7 +4,7 @@ WORKDIR /app
4
5
COPY . /app
6
7
-RUN pip install -r requirements.txt
+RUN pip install --no-cache-dir -r requirements.txt
8
9
CMD ["python", "app.py"]
10
0 commit comments