DmitryGolubenkov / SharpDockerizer

Generates Dockerfiles for your .NET projects without registration or SMS.
MIT License
5 stars 0 forks source link

Feature: Dockerfile templates #17

Closed DmitryGolubenkov closed 1 year ago

DmitryGolubenkov commented 1 year ago

Description

Generated file is currently hardcoded, so users who want to utilize SharpDockerizer will have to modify every file that the app generates is they want to add customizations. I think that the app should support templates - files that can be read by SharpDockerizer and then filled using solution data. This will require some refactoring to achieve, but this is possible.

TODO:

DmitryGolubenkov commented 1 year ago

Decided that one generator is more than enough. Refactored default generator to support templates and use only them. Refactoring was made earlier. The code is still not perfect, but the mandatory part is implemented.