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