diff --git a/cognee-frontend/Dockerfile b/cognee-frontend/Dockerfile index bf8c57601..0a3775dc8 100644 --- a/cognee-frontend/Dockerfile +++ b/cognee-frontend/Dockerfile @@ -17,4 +17,4 @@ COPY . . EXPOSE 3000 # Build the app and run it -CMD ["sh", "-c", "npm run build && npm start"] +CMD ["sh", "-c", "npm run dev"]