mirror of
https://github.com/keven1024/015.git
synced 2026-06-07 21:04:33 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3c18fcf8ff |
@@ -2,7 +2,7 @@ FROM node:22-alpine AS front-base
|
|||||||
|
|
||||||
# Install dependencies only when needed
|
# Install dependencies only when needed
|
||||||
FROM front-base AS front-deps
|
FROM front-base AS front-deps
|
||||||
RUN apk add --no-cache libc6-compat
|
RUN apk add --no-cache gcompat
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN corepack enable pnpm && pnpm i && pnpm --filter=015-front deploy dist
|
RUN corepack enable pnpm && pnpm i && pnpm --filter=015-front deploy dist
|
||||||
|
|||||||
Reference in New Issue
Block a user