mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-20 15:05:48 +10:00
fix: update build process to ensure clean output for web app
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ RUN --mount=type=cache,id=pnpm-store,target=/pnpm/store,sharing=locked \
|
||||
pnpm install --frozen-lockfile
|
||||
|
||||
COPY --from=pruner /app/out/full/ ./
|
||||
RUN pnpm turbo run build --filter=web
|
||||
RUN rm -rf apps/web/.output && pnpm turbo run build --filter=web --force
|
||||
|
||||
FROM base AS runtime-pruner
|
||||
COPY . .
|
||||
|
||||
Reference in New Issue
Block a user