fix Dockerfile for FromAsCasing error.
This commit is contained in:
parent
aca6db3dce
commit
38c93f899d
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ FROM base AS build
|
||||||
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile
|
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile
|
||||||
RUN pnpm run build
|
RUN pnpm run build
|
||||||
|
|
||||||
FROM base as prod
|
FROM base AS prod
|
||||||
ENV NODE_ENV="production"
|
ENV NODE_ENV="production"
|
||||||
COPY --from=deps /app/node_modules /app/node_modules
|
COPY --from=deps /app/node_modules /app/node_modules
|
||||||
COPY --from=build /app/dist /app/dist
|
COPY --from=build /app/dist /app/dist
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue