mirror of
https://github.com/rodneyosodo/uber4freefood.git
synced 2026-06-23 04:10:18 +00:00
Removing cache dir
This commit is contained in:
@@ -2,5 +2,5 @@ FROM python:3.7-slim
|
||||
LABEL maintainer="Rodney Osodo"
|
||||
WORKDIR /app
|
||||
COPY requirements.txt .
|
||||
RUN pip3 install -r requirements.txt
|
||||
RUN pip3 install --no-cache-dir -r requirements.txt
|
||||
COPY app.py .
|
||||
|
||||
Reference in New Issue
Block a user