实现 v0.1 Postgres durable store 骨架
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user