Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -21,4 +21,4 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
| 21 |
EXPOSE 7860
|
| 22 |
|
| 23 |
# Run the app
|
| 24 |
-
CMD ["python", "
|
|
|
|
| 21 |
EXPOSE 7860
|
| 22 |
|
| 23 |
# Run the app
|
| 24 |
+
CMD ["python", "app.py"]
|