Fix Docker build by disabling turbopack
This commit is contained in:
parent
15235cd5f9
commit
7074a004c0
@ -16,7 +16,7 @@ RUN npm ci --only=production
|
||||
COPY . .
|
||||
|
||||
# Build the Next.js application
|
||||
RUN npm run build
|
||||
RUN npm run build -- --no-turbopack
|
||||
|
||||
# Production stage
|
||||
FROM node:24-alpine AS production
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user