am-om commited on
Commit
51463a0
·
1 Parent(s): e16c389

dekh le bro

Browse files
Docker → DockerFile RENAMED
@@ -13,4 +13,4 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
13
  COPY . /code/
14
 
15
  # The command that tells the server how to run your FastAPI app
16
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
 
13
  COPY . /code/
14
 
15
  # The command that tells the server how to run your FastAPI app
16
+ CMD ["uvicorn", "backend_app:app", "--host", "0.0.0.0", "--port", "7860"]
app.py → backend_app.py RENAMED
File without changes