diff --git a/Dockerfile b/Dockerfile index 32bff45..502dc22 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM oven/bun AS build +FROM --platform=linux/amd64 oven/bun:1.1.4 AS build WORKDIR /app COPY package*.json ./ RUN bun install