nautobot / pynautobot

Nautobot Python SDK
https://pynautobot.readthedocs.io/en/latest/index.html
Apache License 2.0
36 stars 32 forks source link

Fix lack of poetry.lock in Dockerfile #120

Closed pszulczewski closed 1 year ago

pszulczewski commented 1 year ago

poetry.lock was not added in Dockerfile making local poetry env and Docker env installing different packages versions. This is a fix.