alexcdev1 5 mesi fa
parent
commit
6b950fce35
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Dockerfile.prod

+ 1 - 1
Dockerfile.prod

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