/dotnet_web_docker

Run Dotnet API and Static Web components inside single docker container

Primary LanguageDockerfile

Run Dotnet API and Static Web inside single container

> Requirement

Docker
Docker Compose

> How to use

>> Configure

Create a directory api and place the dotnet binaries in that directory
Cretae a directory web and place the static web files in that directory
Update the name of Dotnet DLL to run in config file
Update host ports in config file

>> Start

Run ./start

>> Stop

Run ./stop