ashishbangwal commited on
Commit
9684415
·
1 Parent(s): 09fd838

change docker10

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,4 +18,4 @@ RUN chown -R appuser:appuser /app && \
18
  mkdir -p /app/data_ingetion/chroma_storage
19
 
20
  # Start the FastAPI app on port 7860, the default port expected by Spaces
21
- CMD ["uvicorn", "main_app:app", "--host", "0.0.0.0", "--port", "7860"]
 
18
  mkdir -p /app/data_ingetion/chroma_storage
19
 
20
  # Start the FastAPI app on port 7860, the default port expected by Spaces
21
+ CMD ["uvicorn", "main_api:app", "--host", "0.0.0.0", "--port", "7860"]