Based on https://github.com/ixartz/Next-js-Boilerplate
Install Docker Desktop for Mac, Windows, or Linux. Docker Desktop includes Docker Compose as part of the installation.
make build-development
make start-development
Open http://localhost:3001.
make build-production
make start-production
Open http://localhost:3002.
# Stop all running containers
make stop-all
# Free space
make free-space