Same repo, mounted into the image at /srv/app. On the host every command is fine. Inside:
✖ PROJECT_NOT_FOUND: No projects found.
hint: Run `sdods project create <slug>`.And naming one explicitly gives a slightly different message:
✖ PROJECT_NOT_FOUND: Unknown project "demo-shop".
hint: No projects found under /srv/app/projects. Run `sdods project create <slug>`.The directory is definitely there — ls /srv/app/projects shows all three.