Describe the bug
The devcontainer cannot start due to a missing Poetry config file, which is causing the entrypoint.sh file to fail.
To Reproduce
Steps to reproduce the behavior:
Clone the repo.
Open the repo in VS Code.
Use VS Code's Reopen in Container feature.
View build logs.
View error (see Screenshot below).
Expected behavior
devcontainer starts.
Screenshots
Desktop (please complete the following information):
OS: Windows
Version: 11
Additional context
I believe that this is due to the fronted and backend both having pyproject.toml files, while the entrypoint.sh file attempting to run poetry install from the root of the repository.
Describe the bug The devcontainer cannot start due to a missing Poetry config file, which is causing the
entrypoint.sh
file to fail.To Reproduce Steps to reproduce the behavior:
Expected behavior devcontainer starts.
Screenshots
Desktop (please complete the following information):
Additional context I believe that this is due to the fronted and backend both having
pyproject.toml
files, while theentrypoint.sh
file attempting to runpoetry install
from the root of the repository.