python-poetry / website

Source for the official Poetry website
https://python-poetry.org
34 stars 17 forks source link

Missing official documentation for creating Dockerfiles and CI pipelines #152

Open Akatroj opened 8 months ago

Akatroj commented 8 months ago

I wanted to migrate my pipenv project to poetry. I managed to do this for local setup, however I had troubles configuring my dockerfile, as your website has absolutely no documentation about working with CI and containers (other than installation guide).

I have found this amazing stackoverflow answer: https://stackoverflow.com/a/54763270/17101184 and I'm wondering why this info isn't available in the official documentation. Your documentation describes each configuration flag in detail, but gives no guide for common usage cases, like working in docker (recommending flags like POETRY_VIRTUALENVS_CREATE=false).