vip11017 commited on
Commit
c3a1625
·
1 Parent(s): 54ff50d

Changed index to main.py

Browse files
Files changed (2) hide show
  1. .dockerfile +1 -1
  2. app/{index.py → main.py} +0 -0
.dockerfile CHANGED
@@ -20,4 +20,4 @@ RUN pip install --no-cache-dir -r requirements.txt
20
  EXPOSE 7860
21
 
22
  # Run the FastAPI app
23
- CMD ["uvicorn", "app.index:app", "--host", "0.0.0.0", "--port", "7860"]
 
20
  EXPOSE 7860
21
 
22
  # Run the FastAPI app
23
+ CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
app/{index.py → main.py} RENAMED
File without changes