|
@@ -48,6 +48,7 @@ RUN adduser --system --uid 1001 nextjs
|
|
|
# RUN mkdir -p /app/public/uploads && chown -R nextjs:nodejs /app/public
|
|
|
|
|
|
# 复制必要文件
|
|
|
+COPY --from=builder /app/next.config.mjs ./
|
|
|
COPY --from=builder /app/public ./public
|
|
|
COPY --from=builder --chown=nextjs:nodejs /app/.next ./.next
|
|
|
COPY --from=builder /app/node_modules ./node_modules
|