nicolabs / nicobot

🤟 A collection of *cool* chat bots 🤟
MIT License
1 stars 0 forks source link

Create Dev Dockerfiles #65

Open nicobo opened 3 years ago

nicobo commented 3 years ago

Make specific development Dockerfiles FROM the prod ones.

Overload the base images to link the Python scripts with the local source code on the host ( Dev workstation) for a faster Dev experience ( see https://devcenter.heroku.com/articles/local-development-with-docker-compose#docker-compose-tips-and-tricks).

Also make sure the other parts of the build accommodate with it of separate them too (github workflow, docker compose)...