Update selfhosted.Dockerfile (#802)

This commit is contained in:
Googleplex 2025-09-28 12:31:17 +08:00 committed by GitHub
parent 0688e880f5
commit 163e8eb8cc
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