What is this Gota Notification is the notification microservice for the GOTA system. How to run Using dotnet core dotnet run Using docker docker build -t gota-notification-ms . docker run -d -p 80:80 gota-notification-ms