Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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
|
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 |
|