up
This commit is contained in:
@@ -1 +1,2 @@
|
|||||||
registry=https://registry.npmmirror.com/
|
registry=https://registry.npmmirror.com/
|
||||||
|
onlyBuiltDependencies[]=esbuild
|
||||||
|
|||||||
+1
-2
@@ -2,10 +2,9 @@
|
|||||||
FROM node:24-alpine AS build
|
FROM node:24-alpine AS build
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY package.json pnpm-lock.yaml .npmrc ./
|
COPY . .
|
||||||
RUN corepack enable && pnpm install
|
RUN corepack enable && pnpm install
|
||||||
|
|
||||||
COPY . .
|
|
||||||
RUN pnpm build
|
RUN pnpm build
|
||||||
|
|
||||||
# ---- Serve stage ----
|
# ---- Serve stage ----
|
||||||
|
|||||||
Reference in New Issue
Block a user