Relative Content

Tag Archive for pythondjangodockerherokupython-poetry

Heroku deploy with docker and poetry

I’m trying to deploy a django application on heroku. I use docker and poetry. I have a problem because in the dockerfile I install poetry and install dependencies using poetry. Locally it works fine, but when I want to deploy on heroku, the dependencies are not installed. Only putting code like: