I propably don't understand how to build this project locally in my Ubuntu VPS.
I ran the fetch.sh script and it fetches the containers just fine.
I ran the build.sh script which takes longer as expected and finishes just fine after modifying the Dockerfile to resolve some permission errors.
I build the frontend using nodejs and pnpm just fine.
In no point, I see any docker containers start up.
When trying to run the backend, I see errors because it tries to kill some docker containers that doesn't exist.
Am I doing something wrong or the instructions lack a section about actually running the containers needed?
Sorry in advance, if I'm dumb.