From 1b3c929a0fb15e814ab84c5d196c20384924c3ad Mon Sep 17 00:00:00 2001 From: Rahul Jain Date: Tue, 24 Sep 2024 13:35:47 +0000 Subject: [PATCH] Update Dockerfile with platform --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 6c3fcd70..506d1a8d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,5 @@ +ARG PLATFORM + FROM --platform=${PLATFORM} node:18-alpine AS build COPY . .