diff --git a/Dockerfile b/Dockerfile index 475388d..9065fea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ # Base Stage # # ================ # -FROM node:24-alpine AS base +FROM --platform=$BUILDPLATFORM node:24-alpine AS base WORKDIR /usr/src/app