File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -11,20 +11,14 @@ RUN apk add --no-cache libc6-compat curl
1111FROM core-os AS base
1212ENV PNPM_HOME="/pnpm"
1313ENV PATH="$PNPM_HOME:$PATH"
14-
15- # COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./
16-
1714RUN corepack enable
18- COPY . /app
19- WORKDIR /app
20- # COPY package.json pnpm-lock.yaml pnpm-workspace.yaml FeatureFlags ./
21- RUN ls -l
2215
2316# -------------------------------------------------------- #
2417# 4. Build application
2518# -------------------------------------------------------- #
2619FROM base AS prod-deps
2720WORKDIR /app/web
21+ RUN ls -l
2822COPY web/pnpm-lock.yaml ./pnpm-lock.yaml
2923COPY web/package.json ./package.json
3024RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --prod --frozen-lockfile
You can’t perform that action at this time.
0 commit comments