From 6c1197f05558d91fcefe7a853bf1dd49594b97fa Mon Sep 17 00:00:00 2001 From: jo Date: Tue, 13 Jun 2023 10:06:08 +0200 Subject: [PATCH] fix(front): performance for all build platform --- front/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/Dockerfile b/front/Dockerfile index 3e292ffa2..c47b3155a 100644 --- a/front/Dockerfile +++ b/front/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=linux/amd64 node:18-alpine as builder +FROM --platform=$BUILDPLATFORM node:18-alpine as builder RUN apk add --no-cache jq bash coreutils python3 build-base