fix: remove workdir

This commit is contained in:
Henry
2025-06-16 22:30:12 +01:00
parent 5125a735e5
commit 2dad48d223

View File

@@ -53,7 +53,6 @@ RUN --mount=type=cache,id=pnpm,target=~/.pnpm-store pnpm install --frozen-lockfi
# Copy source code of isolated subworkspace
COPY --from=pruner /app/out/full/ .
WORKDIR /app/apps/web
RUN pnpm build --filter=${PROJECT}
# Copy static files to standalone directory