This commit is contained in:
MarkLo 2025-11-21 10:09:22 +08:00
parent ec78d937f2
commit dd02eda555
1 changed files with 1 additions and 2 deletions

View File

@ -22,8 +22,7 @@ COPY frontend .
# Enable pnpm
RUN corepack enable && corepack prepare pnpm@latest --activate
# Set environment variable for build
ENV NEXT_PUBLIC_API_URL=http://backend:8000
# Build Next.js app
RUN pnpm run build