Update selfhosted.Dockerfile

This commit is contained in:
Googleplex 2025-09-28 11:59:32 +08:00 committed by GitHub
parent 0688e880f5
commit b04900f8f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -73,6 +73,7 @@ RUN mix release
FROM ${RUNNER_IMAGE}
ARG TARGETPLATFORM
ARG PORT=8945
COPY --from=builder ./usr/local/bin/ffmpeg /usr/bin/ffmpeg