diff --git a/Dockerfile b/Dockerfile index ae07969..232db4c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build stage -FROM node:20-slim AS builder +FROM --platform=$TARGETPLATFORM node:20-slim AS builder WORKDIR /app @@ -18,7 +18,7 @@ COPY . . RUN npm run build # Production stage -FROM alpine:edge +FROM --platform=$TARGETPLATFORM alpine:edge RUN apk update && apk add mpv npm yt-dlp pulseaudio pulseaudio-utils