Skip to content

Commit fe07c11

Browse files
authored
Update Dockerfile
1 parent f3c38e5 commit fe07c11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ WORKDIR /app
44

55
COPY . /app
66

7-
RUN pip install -r requirements.txt
7+
RUN pip install --no-cache-dir -r requirements.txt
88

99
CMD ["python", "app.py"]
1010

0 commit comments

Comments
 (0)