Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -3,4 +3,4 @@ ENV DEBIAN_FRONTEND=noninteractive
|
|
| 3 |
|
| 4 |
USER root
|
| 5 |
EXPOSE 7860
|
| 6 |
-
CMD ["python", "
|
|
|
|
| 3 |
|
| 4 |
USER root
|
| 5 |
EXPOSE 7860
|
| 6 |
+
CMD ["python", "run.py"]
|