Docker container works fine in manual invocation but not when started via VS2022's start button
My project structure:
docker-compose.yml:
Dockerfile:
When I start the project with
docker-compose up
it works just fine but starting it via VS fails with this error:
4 Replies
anything in docker-compose.override.yaml that might break it?
Unknown User•13mo ago
Message Not Public
Sign In & Join Server To View
I haven't created a repo yet but here's the full source
Ok, I'm too lazy to keep dealing with this so I started a new project from scratch and it somehow fixed itself. Good enough for me