From 723c904fe5a9a6cce034e3c4538d1646663cad07 Mon Sep 17 00:00:00 2001 From: Meisterlala <6453306+Meisterlala@users.noreply.github.com> Date: Sun, 24 Aug 2025 22:01:34 +0000 Subject: [PATCH] Make multiplatform build faster --- Dockerfile | 2 +- 1 file(s) changed, 1 insertion(s)(+), 1 deletion(s)(-) diff --git a/Dockerfile b/Dockerfile --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ # - Installs dependencies for each project individually (each has its own package.json) # - Dynamically discovers Angular projects (looks for angular.json) and builds each into /app/build-artifacts/ # - Final stage serves all artifacts with nginx -FROM node:lts AS builder +FROM --platform=$BUILDPLATFORM node:lts AS builder # Install pnpm globally RUN npm install -g pnpm -- tangled.sh