This repository was bootstrapped with mtilda's "Next.ts with Docker" template, inspired by Vercel's Next.js example "With Docker"
git clone
andcd
into this repository; and- Spin up your application in a container with
or
docker-compose up
docker-compose up -d # detached mode lets you keep using your terminal
docker-compose run frontend yarn lint
docker-compose down
docker system prune -a --volumes