Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 318 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 318 Bytes

Todoapp build with ASP NET CORE + Angular2

Uses

alt text

Run

Working Dockerfile!

Build with

docker build . -t todoapp

Run with

docker run -p 5000:5000 todoapp