am-om commited on
Commit
e16c389
·
verified ·
1 Parent(s): cd5ef85

Update Docker

Browse files
Files changed (1) hide show
  1. Docker +1 -1
Docker CHANGED
@@ -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", "backend_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", "app:app", "--host", "0.0.0.0", "--port", "7860"]