You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 thedev
group.The text was updated successfully, but these errors were encountered: