We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60633f4 commit a2928f8Copy full SHA for a2928f8
Dockerfile
@@ -21,4 +21,4 @@ RUN bun run init-vector-store
21
22
EXPOSE 1234
23
24
-CMD ["node", "dist/index.js"]
+CMD ["bun", "run", "dist/index.js"]
0 commit comments