I don’t really understand a lot of things in the repo
I’ll have a look at it sometime later thanks
For now I have made a container image with node installed in it after following some guides
I enter the project directory and then run this
podman run -it --rm -p 8080:8080 -v $(pwd):/app/$(basename "$PWD"):z my-node-image:latest
Can you provide a guide for how to use containers for that? I’m not familiar with them so I have no idea how to do that.
https://pastebin.com/YhzDpVzP
I don’t think it’s a config issue as I haven’t changed it for months now