Update Dockerfile
parent
9219d32102
commit
141f5f400b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue