chore(ci): add offline container deployment pipeline
CI / Backend (push) Failing after 8m3s
CI / Deployment Config (push) Successful in 6s
CI / Frontend (push) Successful in 4m4s

This commit is contained in:
2026-04-30 23:29:15 +08:00
parent f3679e6176
commit 22163edbee
13 changed files with 472 additions and 58 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
FROM node:20-alpine AS builder
RUN npm install -g pnpm@9
RUN npm install -g pnpm@10.33.0
WORKDIR /app