Skip to content

fix(ci): Build package with no root#14

Merged
x42en merged 1 commit intomasterfrom
develop
Mar 19, 2026
Merged

fix(ci): Build package with no root#14
x42en merged 1 commit intomasterfrom
develop

Conversation

@x42en
Copy link
Contributor

@x42en x42en commented Mar 19, 2026

This pull request makes a minor change to the Dockerfile by modifying the Poetry install command. The update prevents the installation of the current package itself into the environment, which can speed up build times and avoid unnecessary dependencies.

  • Changed the Poetry install command to use the --no-root flag, so that only dependencies specified in pyproject.toml are installed, not the root package itself (Dockerfile).

@x42en x42en self-assigned this Mar 19, 2026
@x42en x42en added the bug Something isn't working label Mar 19, 2026
@x42en x42en merged commit 67d713f into master Mar 19, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant