Spaces:
Running
Running
Update Dockerfile
#2
by root39058 - opened
- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -7,4 +7,4 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
| 7 |
|
| 8 |
COPY . .
|
| 9 |
|
| 10 |
-
CMD ["
|
|
|
|
| 7 |
|
| 8 |
COPY . .
|
| 9 |
|
| 10 |
+
CMD ["python", "app.py"]
|