fix: update Dockerfile

This commit is contained in:
Stefan Imhoff
2024-04-04 17:55:06 +02:00
parent 34fb89dac5
commit ff00e11037
3 changed files with 36 additions and 1 deletions

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