You can run this app with or without docker. When running with docker, you need to make sure you indeed have docker and docker-compose installed on your system.
Start with docker:
npm run docker:dev
Start on your os:
npm run start:dev
Start with docker:
npm run docker:prod
Start on your os:
npm run start:prod