Update Dockerfile
Browse files- 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
|
|
|
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)
|