- Follow the prerequisites section here to setup Docker
- run
docker-compose up -d database storage
to start the database and storage emulator - run
docker-compose build webapp
to build the web app - run
docker-compose up webapp
to 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