Added Dockerfile and conversion script
This commit is contained in:
13
Dockerfile
Normal file
13
Dockerfile
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
FROM ubuntu:artful
|
||||||
|
|
||||||
|
RUN apt update \
|
||||||
|
&& apt install ffmpeg -y \
|
||||||
|
&& rm /var/lib/apt/lists/* /var/log/* -Rf
|
||||||
|
|
||||||
|
ADD script.sh /
|
||||||
|
|
||||||
|
VOLUME ["/music"]
|
||||||
|
|
||||||
|
WORKDIR /music
|
||||||
|
|
||||||
|
ENTRYPOINT ["/bin/sh", "/script.sh"]
|
Reference in New Issue
Block a user