fix dockefile: coudl not start because config file is missing

This commit is contained in:
Anton Podviaznikov 2021-10-16 10:09:57 -07:00
parent 792a874c52
commit ff23243bd3
1 changed files with 1 additions and 0 deletions

View File

@ -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