chore: 修复前端dockerfile启动时API_BASE丢失问题

This commit is contained in:
2025-12-20 00:04:53 +08:00
parent 9a09c09f2c
commit b2bff53beb

View File

@@ -21,5 +21,7 @@ COPY --from=builder /app/.next ./.next
COPY --from=builder /app/public ./public
COPY --from=builder /app/next.config.ts ./
ENV API_BASE=$API_BASE
EXPOSE 3000
CMD ["pnpm", "start"]