Avinyaa commited on
Commit
503fe40
·
1 Parent(s): 5efbc82
Files changed (1) hide show
  1. 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
- Alternative for debugging: CMD ["python", "startup.py"]
 
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"]