From a8d349c37f76bd384c0709836fb06e9b90265e9e Mon Sep 17 00:00:00 2001 From: RohitR311 Date: Sun, 12 Jan 2025 20:14:51 +0530 Subject: [PATCH] feat: add build platform for backend --- server/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Dockerfile b/server/Dockerfile index 7e197fd3..becad25c 100644 --- a/server/Dockerfile +++ b/server/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/playwright:v1.46.0-noble +FROM --platform=$BUILDPLATFORM mcr.microsoft.com/playwright:v1.46.0-noble # Set working directory WORKDIR /app