Remove unused TARGETPLATFORM build arg

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-19 18:14:50 +00:00
parent 6c84fb6d4f
commit e988310ecc

View File

@@ -13,11 +13,10 @@ COPY . .
# Build arguments for environment variables
ARG NEXT_PUBLIC_FLASK_BACKEND_URL
ARG NEXT_PUBLIC_BASE_PATH
ARG TARGETPLATFORM
ENV NEXT_PUBLIC_FLASK_BACKEND_URL=$NEXT_PUBLIC_FLASK_BACKEND_URL
ENV NEXT_PUBLIC_BASE_PATH=$NEXT_PUBLIC_BASE_PATH
# Build Next.js app with platform-specific output dir to avoid conflicts
# Build Next.js app
RUN npm run build
# Production stage