fix(front): performance for all build platform

This commit is contained in:
jo 2023-06-13 10:06:08 +02:00
parent f16a669882
commit 6c1197f055
No known key found for this signature in database
GPG Key ID: B2FEC9B22722B984
1 changed files with 1 additions and 1 deletions

View File

@ -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