Spaces:
Sleeping
Sleeping
Avinyaa
commited on
Commit
·
503fe40
1
Parent(s):
5efbc82
- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -32,4 +32,4 @@ EXPOSE 7860
|
|
32 |
|
33 |
# Default command - use startup.py for debugging if needed
|
34 |
# CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|
35 |
-
|
|
|
32 |
|
33 |
# Default command - use startup.py for debugging if needed
|
34 |
# CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|
35 |
+
CMD ["python", "startup.py"]
|