Steps to run the app docker: docker-compose up --detach api: dotnet watch --no-hot-reload angular: ng s Steps to commit changes to git and push to origin master git add . git commit -m "message here" git push origin master