Fixed directory path

This commit is contained in:
Jonathan Ervine 2020-12-14 14:41:32 +08:00
parent 72344cef4c
commit d61a514225

View File

@ -20,8 +20,8 @@ FROM harbor.ervine.dev/public/x86_64/alpine:v3.12
RUN apk --update --no-cache add ffmpeg perl-cgi perl-mojolicious perl-lwp-protocol-https perl-xml-libxml logrotate su-exec tini RUN apk --update --no-cache add ffmpeg perl-cgi perl-mojolicious perl-lwp-protocol-https perl-xml-libxml logrotate su-exec tini
COPY --from=builder /root/atomic/AtomicParsley /usr/local/bin/AtomicParsley COPY --from=builder /root/atomic/AtomicParsley /usr/local/bin/AtomicParsley
COPY --from=builder /root/get-iplayer*/get_iplayer /usr/local/bin/get_iplayer COPY --from=builder /root/atomic/get-iplayer*/get_iplayer /usr/local/bin/get_iplayer
COPY --from=builder /root/get-iplayer*/get_iplayer.cgi /usr/local/bin/get_iplayer.cgi COPY --from=builder /root/atomic/get-iplayer*/get_iplayer.cgi /usr/local/bin/get_iplayer.cgi
COPY files/ / COPY files/ /
ENTRYPOINT ["/sbin/tini", "--"] ENTRYPOINT ["/sbin/tini", "--"]