fix dockefile: coudl not start because config file is missing
This commit is contained in:
parent
792a874c52
commit
ff23243bd3
@ -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 New Issue
Block a user