build-with-docker
Dammi87/build-with-docker
Python
Build-With-Docker (BWD) is used to build a Python project from within a docker image, without re-building it. Rather BWD will simply mount the project folder into the container. Using this in conjunction with an IDE will even allow it to route the line error number correctly.