Skip to content

Commit

Permalink
build: Fix nextjs build after upgrading to 14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedBassem committed Sep 21, 2024
1 parent 8fa2009 commit 7cd857c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN cd packages/db && \


# Compile the web app
RUN (cd apps/web && pnpm next experimental-compile)
RUN (cd apps/web && pnpm exec next build --experimental-build-mode compile)

# Build the worker code
RUN --mount=type=cache,id=pnpm_workers,target=/pnpm/store pnpm deploy --node-linker=isolated --filter @hoarder/workers --prod /prod/workers
Expand Down

0 comments on commit 7cd857c

Please sign in to comment.