Skip to content

fix: Dockerfile issue - #73

Merged
amotl merged 1 commit into
wireviz:mainfrom
radioegor146:fix/docker-build
Oct 9, 2025
Merged

fix: Dockerfile issue#73
amotl merged 1 commit into
wireviz:mainfrom
radioegor146:fix/docker-build

Conversation

@radioegor146

Copy link
Copy Markdown
Contributor

Currently, when trying to build wirewiz-web Docker image, I receive the following error:

5.194 Error: The current project could not be installed: Readme path `/usr/src/app/README.rst` does not exist.
5.194 If you do not want to install the current project use --no-root.
5.194 If you want to use Poetry only for dependency management but not for packaging, you can disable package mode by setting package-mode = false in your pyproject.toml file.
5.194 If you did intend to install the current project, you may need to set `packages` in your pyproject.toml file.

As a fix, we can copy application files before running poetry.

@amotl amotl left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@codecov

codecov Bot commented Oct 9, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.80%. Comparing base (1e14188) to head (5843b4e).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #73   +/-   ##
=======================================
  Coverage   98.80%   98.80%           
=======================================
  Files           6        6           
  Lines         167      167           
=======================================
  Hits          165      165           
  Misses          2        2           
Flag Coverage Δ
main 98.80% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@amotl
amotl merged commit bf48cad into wireviz:main Oct 9, 2025
8 checks 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.

2 participants