First, generate the database:
makeSecond, build the docker image:
docker build . -t we-care-youThen, run the container:
docker run -p 8080:8080 -v $PWD/data.db:/we-care-you/data.db we-care-you- frontend
pnpm build- backend
go build .It's a meme, and just for fun :D.

