Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -31,4 +31,4 @@ USER user
|
|
| 31 |
EXPOSE 7860
|
| 32 |
|
| 33 |
# Run the application
|
| 34 |
-
CMD ["python", "
|
|
|
|
| 31 |
EXPOSE 7860
|
| 32 |
|
| 33 |
# Run the application
|
| 34 |
+
CMD ["python", "run.py"]
|