chore: 依旧修复前端dockerfile

This commit is contained in:
2025-12-20 00:07:47 +08:00
parent b2bff53beb
commit 97f5d8bad1

View File

@@ -21,6 +21,7 @@ COPY --from=builder /app/.next ./.next
COPY --from=builder /app/public ./public
COPY --from=builder /app/next.config.ts ./
ARG API_BASE
ENV API_BASE=$API_BASE
EXPOSE 3000