memories/go-vod/Dockerfile

8 lines
96 B
Docker
Raw Permalink Normal View History

2023-10-20 22:02:59 +00:00
FROM linuxserver/ffmpeg:latest
2023-03-17 17:41:09 +00:00
2023-10-20 22:02:59 +00:00
COPY run.sh /go-vod.sh
2023-03-17 17:41:09 +00:00
EXPOSE 47788
2023-10-20 22:02:59 +00:00
ENTRYPOINT ["/go-vod.sh"]