diff --git a/Dockerfile b/Dockerfile index 9d9b26a..813599f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,10 @@ FROM python:3.8-slim-buster WORKDIR /usr/src/app +RUN chmod 777 /usr/src/app COPY . . - RUN pip install --no-cache-dir -r requirements.txt RUN apt-get update RUN apt-get install -y aria2 - CMD ["bash","start.sh"] \ No newline at end of file