3e1555d052 | ||
---|---|---|
.run | ||
BlueWest | ||
BlueWest.Api | ||
BlueWest.Authorization | ||
BlueWest.Data.Application | ||
BlueWest.Data.Capital | ||
BlueWest.Domain | ||
BlueWest.Frontend@b67ba4a1a6 | ||
BlueWest.Razor.Library | ||
BlueWest.Views | ||
data | ||
include | ||
.gitignore | ||
.gitmodules | ||
BlueWest.sln | ||
BlueWest.sln.DotSettings | ||
README.md | ||
docker-compose.db.only.yml | ||
docker-compose.yml |
README.md
BlueWest Project
Using docker
To build the BlueWest.Api image use:
docker build -f BlueWest.Api/Dockerfile . -t myappdebug
Copy the generated hash, and run:
docker run -p 8080:80 image-hash
Using Docker Compose
Run the following command to instance a MySQL database and the API:
docker-compose up --build -d