8 lines
96 B
Docker
8 lines
96 B
Docker
|
FROM linuxserver/ffmpeg:latest
|
||
|
|
||
|
COPY run.sh /go-vod.sh
|
||
|
|
||
|
EXPOSE 47788
|
||
|
|
||
|
ENTRYPOINT ["/go-vod.sh"]
|