From d33edd41cf6713eafd5aa371d027889d1e78fd95 Mon Sep 17 00:00:00 2001 From: Derek Holloway Date: Thu, 10 Jul 2025 18:34:57 -0700 Subject: [PATCH] "Crosscompile" Node as well --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 94cf30e..bd29bd3 100755 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ## Build Frontend ## ###################### -FROM node:alpine AS build-frontend +FROM --platform=$BUILDPLATFORM node:alpine AS build-frontend WORKDIR /src # Define base address