Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -7,4 +7,4 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
| 7 |
COPY . .
|
| 8 |
|
| 9 |
EXPOSE 7860
|
| 10 |
-
CMD ["python"
|
|
|
|
| 7 |
COPY . .
|
| 8 |
|
| 9 |
EXPOSE 7860
|
| 10 |
+
CMD ["python" ,"STOP.py", "main.py"]
|