diff --git a/.dockerignore b/.dockerignore index 1d1fe94..6bf5e03 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1 +1,2 @@ -Dockerfile \ No newline at end of file +Dockerfile +env/* \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 6976c06..5d89f03 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ ADD . /app WORKDIR /app RUN pip install -r requirements.txt RUN python -m playwright install -RUN python -m playwright install + # tricks for pytube : https://github.com/elebumm/RedditVideoMakerBot/issues/142 # (NOTE : This is no longer useful since pytube was removed from the dependencies)