实现 v0.1 Postgres durable store 骨架

This commit is contained in:
Codex
2026-05-29 11:41:20 +08:00
parent a240122039
commit 2288cb1558
11 changed files with 601 additions and 44 deletions
+1
View File
@@ -5,6 +5,7 @@ ENV NODE_ENV=production
ENV PORT=8080
COPY package.json tsconfig.json ./
RUN bun install --production
COPY scripts ./scripts
COPY src ./src
COPY deploy/deploy.json ./deploy/deploy.json