Skip to content

Commit a2928f8

Browse files
use bun instead of node
1 parent 60633f4 commit a2928f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ RUN bun run init-vector-store
2121

2222
EXPOSE 1234
2323

24-
CMD ["node", "dist/index.js"]
24+
CMD ["bun", "run", "dist/index.js"]

0 commit comments

Comments
 (0)