|
@@ -49,7 +49,7 @@ RUN adduser --system --uid 1001 nextjs
|
|
|
|
|
|
# 复制必要文件
|
|
|
COPY --from=builder /app/public ./public
|
|
|
-COPY --from=builder --chown=nextjs:nodejs /app/.next ./.next
|
|
|
+COPY --from=builder /app/.next ./.next
|
|
|
COPY --from=builder /app/node_modules ./node_modules
|
|
|
COPY --from=builder /app/package.json ./package.json
|
|
|
|