HathorNetwork / hathor-explorer-service

MIT License
1 stars 3 forks source link

fix: do not use poetry after install --no-dev #214

Closed r4mmer closed 2 years ago

r4mmer commented 2 years ago

Description

poetry install --no-dev now removes its own dependencies since --no-dev implies a production environment. This broke the Dockerfile_Daemons since the container command runs poetry run python ... and a missing dependency error is raised (this alert)

To fix this we run the command from python instead of poetry.

Acceptance Criteria

Security Checklist