Update Dockerfile with platform

This commit is contained in:
Rahul Jain 2024-09-24 13:35:47 +00:00 committed by GitHub
parent 04a0a1cbf7
commit 1b3c929a0f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,3 +1,5 @@
ARG PLATFORM
FROM --platform=${PLATFORM} node:18-alpine AS build FROM --platform=${PLATFORM} node:18-alpine AS build
COPY . . COPY . .