From 747af0aeb3c247e700058703a53e6baddac63047 Mon Sep 17 00:00:00 2001 From: Izan Gil <66965250+SrIzan10@users.noreply.github.com> Date: Fri, 5 Sep 2025 00:53:56 +0200 Subject: [PATCH] fix: not right cwd --- apps/web/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/Dockerfile b/apps/web/Dockerfile index 909e67a..3e639ee 100644 --- a/apps/web/Dockerfile +++ b/apps/web/Dockerfile @@ -33,7 +33,7 @@ WORKDIR /app COPY --from=builder /app/out/json/ . RUN yarn install --frozen-lockfile -RUN yarn add sharp --platform=linuxmusl --arch=x64 +RUN cd apps/web && yarn add sharp --platform=linuxmusl --arch=x64 COPY --from=builder /app/out/full/ . RUN --mount=type=secret,id=TURBO_TOKEN --mount=type=secret,id=TURBO_TEAM \