We use taiga platform for project management. Homepage our project
Student project consisting in creating a modern webmail client
docker pull damenus/webmail:asp-net-core-spa
docker run -it -d -p 26847:80 damenus/webmail:asp-net-core-spa
If you want build docker image localy, go to directory and use this commands.
docker build -t myapp .
docker run -it -d -p 26847:80 myapp
The application will work on localhost:85