Spaces:
Running
Running
TahaFawzyElshrif commited on
Commit ·
5df2fe2
1
Parent(s): b3b25af
uploaded files
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -13,4 +13,4 @@ RUN pip install --no-cache-dir --upgrade pip && \
|
|
| 13 |
|
| 14 |
COPY . .
|
| 15 |
|
| 16 |
-
CMD ["python", "
|
|
|
|
| 13 |
|
| 14 |
COPY . .
|
| 15 |
|
| 16 |
+
CMD ["python", "app.py"]
|