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

Do not include test dependencies in the container image #233

Open
shtlrs opened this issue Jan 11, 2024 · 0 comments
Open

Do not include test dependencies in the container image #233

shtlrs opened this issue Jan 11, 2024 · 0 comments

Comments

@shtlrs
Copy link
Contributor

shtlrs commented Jan 11, 2024

The currently built docker image contains dependencies that are not needed in production, which are mostly needed for tests.

The image could & should be slimmed down further by excluding these dependencies from it.

Since the project relies on pdm to install/add/... dependencies, we could include it in the image, use it to setup the env, and install package while excluding the dev group.

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

No branches or pull requests

1 participant