Open beranPro opened 3 years ago
The main idea for using Docker is to automate all the installation and execution in the isolated container. Adding extra Python modules is defeating the portability of this repo. The requirements.txt has *.13 version which could be (maybe not) out of date from the latest commit in InstaPy repo.
Instead of pushing individual changes to this repo, a better approach is just to map the file to your local container.
Hi, but then we need to update the documentation because the docker-compose stuff is not working on Windows with the current state of this repository.
Hi, but then we need to update the documentation because the docker-compose stuff is not working on Windows with the current state of this repository.
You can map the new file from InstaPy repo to your container. I will start a new PR for the new .14 version to reflect the changes in instapy-docker.
This issue still happens using docker-compose on debian 10 even using the mentioned workaround
Hi, when i checked out this repo and tried to used this over docker-compose, folling error ocurred:
https://github.com/timgrossmann/InstaPy/issues/5882
I just the last answer from the ticket above in this pull request.