diff --git a/Dockerfile.frontend b/Dockerfile.frontend index 022cb15..6378f21 100644 --- a/Dockerfile.frontend +++ b/Dockerfile.frontend @@ -1,6 +1,6 @@ # Multi-stage build # Stage 1: Build the Next.js application -FROM node:22-alpine AS builder +FROM --platform=$BUILDPLATFORM node:22-alpine AS builder # Set working directory WORKDIR /app