-
-
Notifications
You must be signed in to change notification settings - Fork 0
Create Dev Dockerfiles #65
Copy link
Copy link
Open
Labels
buildBuild / packaging / compiling / publishing (not docker)Build / packaging / compiling / publishing (not docker)dockerDocker relatedDocker relatedenhancementNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
buildBuild / packaging / compiling / publishing (not docker)Build / packaging / compiling / publishing (not docker)dockerDocker relatedDocker relatedenhancementNew feature or requestNew feature or request
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)...