feat: 建立 ApiState Temporal native 开发链

This commit is contained in:
root
2026-07-17 03:15:50 +02:00
parent ac695021e9
commit d203b22183
19 changed files with 1099 additions and 172 deletions
+2 -3
View File
@@ -1,4 +1,4 @@
FROM oven/bun:1.2.21-slim
FROM oven/bun:1.3.13-slim
WORKDIR /app
@@ -8,7 +8,6 @@ RUN apt-get update \
COPY package.json bun.lock ./
RUN bun install --frozen-lockfile --production
COPY config ./config
COPY src ./src
COPY static ./static
@@ -16,4 +15,4 @@ COPY static ./static
ENV NODE_ENV=production
EXPOSE 8080
CMD ["bun", "src/server.ts", "--config", "config/sub2rank.yaml", "--runtime", "k8s"]
CMD ["bun", "src/api.ts", "--config", "config/sub2rank.yaml", "--runtime", "k8s"]