L3n4 commited on
Commit
6718474
·
verified ·
1 Parent(s): 642bb1b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -23,4 +23,4 @@ RUN cd /app/api && npm install
23
 
24
  # START RAG API (This is the crucial addition)
25
  # We use a single CMD to start both the backend AND the RAG API in the background.
26
- CMD (npm run backend &) && (cd /app/api/rag && uvicorn main:app --host 0.0.0.0 --port 8000)
 
23
 
24
  # START RAG API (This is the crucial addition)
25
  # We use a single CMD to start both the backend AND the RAG API in the background.
26
+ CMD (npm run backend)