- Follow the prerequisites section here to setup Docker
- run
docker-compose up -d database storageto start the database and storage emulator - run
docker-compose build webappto build the web app - run
docker-compose up webappto run the web app - Use the docker attach launch setting to debug the web app
When you're done debugging, run docker-compose down to stop the database and storage containers