fix: base for prod in Dockerfile
This commit is contained in:
parent
d2c47ac15f
commit
d2207389d9
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ RUN pnpm run build
|
|||
FROM base AS deps
|
||||
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --prod --frozen-lockfile
|
||||
|
||||
FROM node:23-slim AS prod
|
||||
FROM base AS prod
|
||||
ENV NODE_ENV="production"
|
||||
WORKDIR /app
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue