diff --git a/Dockerfile b/Dockerfile index e326d6c..a5fc41c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,4 +3,6 @@ FROM ubuntu:20.04 COPY run.sh requirements.txt testwatermark.jpg /app/ COPY lazyleech /app/lazyleech/ RUN apt update && apt install -y --no-install-recommends python3 python3-pip ffmpeg aria2 file && rm -rf /var/lib/apt/lists/* -RUN pip3 install -r /app/requirements.txt \ No newline at end of file +RUN pip3 install -r /app/requirements.txt + +CMD ["sh" "/app/run.sh"] \ No newline at end of file