Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5f1aeeca78 |
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user