build(docker): set platform for build target (#951)

This commit is contained in:
Markus Küffner
2022-07-08 14:17:07 +02:00
committed by GitHub
parent e5d4e6243a
commit 5f3d80dd5b

View File

@@ -1,7 +1,7 @@
#
# Builder stage, builds the application in node
#
FROM node:16-alpine as builder
FROM --platform=$BUILDPLATFORM node:16-alpine as builder
RUN apk add zip