update dockerfile

This commit is contained in:
johnyeo
2026-06-03 12:27:37 +01:00
parent 4d30ce8c2b
commit 3a7a854ef3

View File

@@ -5,7 +5,7 @@
# server -> bun start (cwd /app/server)
# workers -> bun src/workers.ts (cwd /app/server)
# cron -> bun src/cron.ts (cwd /app/server)
# leaf -> cd /app/apps/leaf && bun start (also serves the MCP routes)
# leaf -> bun leaf (cwd /app/server; serves chat + MCP routes)
FROM oven/bun:1.3.10 AS deps
WORKDIR /app