fix dockefile: coudl not start because config file is missing
This commit is contained in:
parent
792a874c52
commit
ff23243bd3
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ WORKDIR /app
|
|||
ENV NODE_ENV production
|
||||
|
||||
COPY --from=builder /app/next.config.js ./
|
||||
COPY --from=builder /app/next-i18next.config.js ./
|
||||
COPY --from=builder /app/public ./public
|
||||
COPY --from=builder /app/.next ./.next
|
||||
COPY --from=builder /app/node_modules ./node_modules
|
||||
|
|
Loading…
Reference in a new issue