diff --git a/Dockerfile b/Dockerfile index 73f57b8..979a532 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,9 @@ ENV NODE_ENV production USER nextjs +COPY --from=builder /app/public ./public COPY --from=builder /app/.next/standalone ./ +COPY --from=builder /app/.next/static ./.next/static EXPOSE 3000