All Downloads are FREE. Search and download functionalities are using the official Maven repository.

aspnetcore.README.mustache Maven / Gradle / Ivy

There is a newer version: 3.0.0-rc1
Show newest version
# {{packageName}} - ASP.NET Core {{aspNetCoreVersion}} Server

{{#appDescription}}
{{{appDescription}}}
{{/appDescription}}

## Run

Linux/OS X:

```
sh build.sh
```

Windows:

```
build.bat
```

## Run in Docker

```
cd src/{{packageName}}
docker build -t {{dockerTag}} .
docker run -p 5000:5000 {{dockerTag}}
```




© 2015 - 2024 Weber Informatics LLC | Privacy Policy