zachanator070 / rpgtools

MIT License
2 stars 1 forks source link

Use dev containers for make target commands #270

Open zachanator070 opened 1 month ago

zachanator070 commented 1 month ago

This could be achieved for most commands except for running the cypress editor.

This would reduce the number of dependencies that a developer would need as well as making a developer environment more closely emulate the build environment. This can resolve issues for mac/windows users who are installing OS specific binaries but running services in docker that then use those binaries.