samu commited on
Commit
b7cd334
·
1 Parent(s): 525c716

change api location

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,5 +6,5 @@ COPY ./ ./
6
  RUN pip install --no-cache --upgrade -r /requirements.txt
7
 
8
  # Start the application
9
- CMD ["uvicorn", "backend.api.app:app", "--host", "0.0.0.0", "--port", "7860"]
10
 
 
6
  RUN pip install --no-cache --upgrade -r /requirements.txt
7
 
8
  # Start the application
9
+ CMD ["uvicorn", "backend.api:app", "--host", "0.0.0.0", "--port", "7860"]
10