ghizlaneimane commited on
Commit
1064dbd
·
verified ·
1 Parent(s): ebc537e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,7 +16,7 @@ COPY prj.css /app/
16
  COPY requirements.txt /app/
17
 
18
  # Installer les dépendances Python
19
- RUN pip install --no-cache-dir -r requirements.txt
20
 
21
 
22
 
 
16
  COPY requirements.txt /app/
17
 
18
  # Installer les dépendances Python
19
+ RUN pip install -r requirements.txt
20
 
21
 
22