diff --git a/Dockerfile b/Dockerfile index 42713ba..e94943d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,8 @@ RUN yarn install # Rebuild the source code only when needed FROM node:20-alpine AS builder +ENV NEXT_PRIVATE_STANDALONE true + WORKDIR /app COPY --from=deps /app/node_modules ./node_modules