luanpoppe commited on
Commit
307b3b4
·
1 Parent(s): 2fa8c74
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@ COPY . ./app
4
 
5
  WORKDIR /app
6
 
7
- RUN pip install -r requirements.txt
8
 
9
  # RUN python3 -m venv /app/.venv
10
 
 
4
 
5
  WORKDIR /app
6
 
7
+ RUN pip install --no-cache-dir -r requirements.txt
8
 
9
  # RUN python3 -m venv /app/.venv
10