Skip to content

Commit 7ffaff0

Browse files
committed
🎨 getting close
1 parent 74b1f31 commit 7ffaff0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ WORKDIR /app
3333
COPY . .
3434
RUN 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
3737
ARG ARG_SANITY_DATASET
3838
ARG ARG_SANITY_API_TOKEN
3939
ARG ARG_SANITY_PROJECT_ID
@@ -53,7 +53,7 @@ ENV NEXT_PUBLIC_FRIENDLY_CAPTCHA_SITEKEY=${ARG_FRIENDLY_CAPTCHA_SITEKEY}
5353
ENV NEXT_PUBLIC_FRIENDLY_CAPTCHA_PUZZLE_ENDPOINT=${ARG_FRIENDLY_CAPTCHA_PUZZLE_ENDPOINT}
5454
ENV NEXT_TELEMETRY_DISABLED=1
5555

56-
RUN pnpm -C web build
56+
RUN pnpm web build
5757

5858

5959
# -------------------------------------------------------- #

0 commit comments

Comments
 (0)