- preparations
- install docker
- install dotnet core
- install docker-compose
pip install docker-compose
- clone the repo
git clone https://github.com/jason-xuan/AviationManagement.git
- build the project
cd AviationManagement
dotnet restore ./AviationManagement.sln
dotnet publish ./AviationManagement.sln -c Release -o ./obj/Docker/publish
- docker options
sudo docker-compose up