Show HN: Poetry plugin for creating optimize Docker images without configuration (github.com) 2 points by nicoloboschi 2y ago ↗ HN
[–] nicoloboschi 2y ago ↗ I hate to copy the same Dockerfile all over my projects. Also creating production-optimized Dockerfile is hard.So I created a plugin. No config in the pyproject.toml needed for most of the use cases.>poetry self add poetry-dockerize-plugin>poetry dockerize
1 comment
[ 2.8 ms ] story [ 13.7 ms ] threadSo I created a plugin. No config in the pyproject.toml needed for most of the use cases.
>poetry self add poetry-dockerize-plugin
>poetry dockerize