Skip to content

Commit edfcc06

Browse files
committed
Add simple WebUI
1 parent 62fa6bf commit edfcc06

File tree

3 files changed

+783
-0
lines changed

3 files changed

+783
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ RUN apk --no-cache add ca-certificates python3 py3-pip ffmpeg tzdata \
2424

2525
COPY --from=builder /usr/bin/yt-dlp /usr/bin/youtube-dl
2626
COPY --from=builder /build/bin/podsync /app/podsync
27+
COPY --from=builder /build/html/index.html /app/html/index.html
2728

2829
ENTRYPOINT ["/app/podsync"]
2930
CMD ["--no-banner"]

0 commit comments

Comments
 (0)