1 Commits

Author SHA1 Message Date
keven
3c18fcf8ff 更新 Dockerfile 2025-06-20 17:09:10 +08:00

View File

@@ -2,7 +2,7 @@ FROM node:22-alpine AS front-base
# Install dependencies only when needed
FROM front-base AS front-deps
RUN apk add --no-cache libc6-compat
RUN apk add --no-cache gcompat
WORKDIR /app
COPY . .
RUN corepack enable pnpm && pnpm i && pnpm --filter=015-front deploy dist