For quickly brining up any dependencies the project has such as an SQL database and redis (if applicable)
Ensure you are in the root directory of the project and issue the command:
docker-compose -f Stack/docker-compose.yml up -d --buildThis will
- This will bring up the sql sever with a username and password set.
- Create an empty database.
- Apply migrations.When opening the solution in Visual Studio ensure the configuration for docker-compose is selected
This will automatically warmup a container for the application.
You can now debug and run the application using docker compose
