fix: update Dockerfile

This commit is contained in:
Stefan Imhoff
2024-04-04 17:46:06 +02:00
parent befb9bffc9
commit 04a2fedc2a

View File

@@ -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