Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use poetry as package manager #25

Merged
merged 2 commits into from
Feb 22, 2024

Conversation

ricardogsilva
Copy link

@ricardogsilva ricardogsilva commented Feb 20, 2024

This PR implements using poetry as the project's Python dependency manager.

The proposed change also resulted in a refactor of the Dockerfile, which needed to be adapted to use poetry comands. Also, this PR simply removes the pre-existing docker entrypoint script, as that becomes unnecessary for now, although we may wish to reinstate some form of entrypoint in the future.

@ricardogsilva ricardogsilva marked this pull request as ready for review February 20, 2024 17:55
@ricardogsilva ricardogsilva marked this pull request as draft February 20, 2024 17:58
@ricardogsilva ricardogsilva marked this pull request as ready for review February 21, 2024 10:49
This was referenced Feb 21, 2024
@francbartoli francbartoli merged commit 4b8f3f3 into geobeyond:main Feb 22, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

use poetry Refactor docker entrypoint script Refactor Dockerfile
2 participants