Build and Run Docker image
To create and run app in Docker you need to have some tools installed first:
Tools
- Docker Desktop for building and running docker app
Steps to build and run
- Change directory to
shipfastblazor
- Run command:
docker compose up
command will build and run it. First time will take sometime to download base container image before it can build and package app. - Finally it should start and serve traffic on port 5000, visit: http://localhost:5000