Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jsantiagoh/some-dotnet-service

Just a basic skeleton of a .NET Core service built with Docker
https://github.com/jsantiagoh/some-dotnet-service

Last synced: 28 days ago
JSON representation

Just a basic skeleton of a .NET Core service built with Docker

Awesome Lists containing this project

README

        

# some-dotnet-service
Just a basic skeleton of a .NET Core service built with Docker

# Build
`$ cd some-service`
`$ docker build -t some-service .`

# Run
`$ docker run --rm -p 9000:80 some-service`

The service is responding on port :900