File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ WORKDIR /app
3333COPY . .
3434RUN ls
3535# COPY --from=prod-deps /app/web/node_modules ./web/node_modules
36- RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm -C web install --frozen-lockfile
36+ RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm web install --frozen-lockfile
3737ARG ARG_SANITY_DATASET
3838ARG ARG_SANITY_API_TOKEN
3939ARG ARG_SANITY_PROJECT_ID
@@ -53,7 +53,7 @@ ENV NEXT_PUBLIC_FRIENDLY_CAPTCHA_SITEKEY=${ARG_FRIENDLY_CAPTCHA_SITEKEY}
5353ENV NEXT_PUBLIC_FRIENDLY_CAPTCHA_PUZZLE_ENDPOINT=${ARG_FRIENDLY_CAPTCHA_PUZZLE_ENDPOINT}
5454ENV NEXT_TELEMETRY_DISABLED=1
5555
56- RUN pnpm -C web build
56+ RUN pnpm web build
5757
5858
5959# -------------------------------------------------------- #
You can’t perform that action at this time.
0 commit comments