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
docker compose command failing with following error:
14.48 Installing the current project: backend (0.1.0)
14.48 Warning: The current project could not be installed: Readme path `/workspace/README.md` does not exist.
14.48 If you do not want to install the current project use --no-root.
14.48 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.
14.48 If you did intend to install the current project, you may need to set `packages` in your pyproject.toml file.
14.48
[+] Running 0/1
⠸ Service backend Building 18.3s
failed to solve: process "/bin/sh -c pip install --no-cache-dir poetry && poetry install" did not complete successfully: exit code: 1
The text was updated successfully, but these errors were encountered:
docker compose command failing with following error:
The text was updated successfully, but these errors were encountered: