1 Commits
1.5 ... 1.6

Author SHA1 Message Date
5f1aeeca78 Dockerfile: support multiplatform 2025-02-16 00:58:35 -08:00

View File

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