docker file updated

pull/1433/head
SAIKAT KARMAKAR 3 years ago
parent 347fece407
commit 59110d8a62

@ -1 +1,2 @@
Dockerfile Dockerfile
env/*

@ -9,7 +9,7 @@ ADD . /app
WORKDIR /app WORKDIR /app
RUN pip install -r requirements.txt RUN pip install -r requirements.txt
RUN python -m playwright install RUN python -m playwright install
RUN python -m playwright install
# tricks for pytube : https://github.com/elebumm/RedditVideoMakerBot/issues/142 # tricks for pytube : https://github.com/elebumm/RedditVideoMakerBot/issues/142
# (NOTE : This is no longer useful since pytube was removed from the dependencies) # (NOTE : This is no longer useful since pytube was removed from the dependencies)

Loading…
Cancel
Save