We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62fa6bf commit edfcc06Copy full SHA for edfcc06
Dockerfile
@@ -24,6 +24,7 @@ RUN apk --no-cache add ca-certificates python3 py3-pip ffmpeg tzdata \
24
25
COPY --from=builder /usr/bin/yt-dlp /usr/bin/youtube-dl
26
COPY --from=builder /build/bin/podsync /app/podsync
27
+COPY --from=builder /build/html/index.html /app/html/index.html
28
29
ENTRYPOINT ["/app/podsync"]
30
CMD ["--no-banner"]
0 commit comments