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