From dd02eda555de53c946cb64b3ed2abb96fc6a4b4b Mon Sep 17 00:00:00 2001 From: MarkLo Date: Fri, 21 Nov 2025 10:09:22 +0800 Subject: [PATCH] --- frontend/Dockerfile.railway | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/Dockerfile.railway b/frontend/Dockerfile.railway index 2cb9121a..818bfc2c 100644 --- a/frontend/Dockerfile.railway +++ b/frontend/Dockerfile.railway @@ -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