From 9664da0cb7b494dc87056d9886eea6ce2b107eef Mon Sep 17 00:00:00 2001 From: RohitR311 Date: Sun, 12 Jan 2025 20:14:28 +0530 Subject: [PATCH] feat: add build platform for frontend --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 33df05e9..9a165b33 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:18-alpine +FROM --platform=$BUILDPLATFORM node:18-alpine AS builder WORKDIR /app