diff --git a/Dockerfile b/Dockerfile index 014f029..f65dedb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Stage 1: Build the application -FROM node:lts AS builder +FROM --platform=linux/amd64 node:lts AS builder RUN npm install -g pnpm