fix: base for prod in Dockerfile
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 5s
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 5s
This commit is contained in:
parent
e29ad6a64d
commit
ad544bc544
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ RUN pnpm run build
|
||||||
FROM base AS deps
|
FROM base AS deps
|
||||||
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --prod --frozen-lockfile
|
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"
|
ENV NODE_ENV="production"
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue