First, generate the database:
make
Second, build the docker image:
docker build . -t we-care-you
Then, 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.