From c47d42d9fedea7a6ecf32b2f7c3d043374a9434c Mon Sep 17 00:00:00 2001 From: Adrien Date: Fri, 5 Mar 2021 09:19:18 -0500 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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