fix: not right cwd

This commit is contained in:
2025-09-05 00:53:56 +02:00
parent 64c7a80883
commit 747af0aeb3

View File

@@ -33,7 +33,7 @@ WORKDIR /app
COPY --from=builder /app/out/json/ . COPY --from=builder /app/out/json/ .
RUN yarn install --frozen-lockfile 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/ . COPY --from=builder /app/out/full/ .
RUN --mount=type=secret,id=TURBO_TOKEN --mount=type=secret,id=TURBO_TEAM \ RUN --mount=type=secret,id=TURBO_TOKEN --mount=type=secret,id=TURBO_TEAM \