This commit is contained in:
Emilien 2024-11-17 15:08:19 +01:00
parent 768528c81e
commit e5b5b6e150
2 changed files with 2 additions and 1 deletions

View File

@ -22,4 +22,4 @@ COPY docker/scripts/startup.sh ./
RUN sed -i 's/await self.sleep(0.5)/await self.sleep(2)/' /usr/local/lib/python3.12/site-packages/nodriver/core/browser.py
# Run
CMD [ "./startup.sh"]
CMD [ "./startup.sh"]

View File

@ -1,2 +1,3 @@
nodriver==0.32
undetected-chromedriver==3.5.5
websockets==13.1