Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 146 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 146 Bytes

Docker

Run dock

  1. Build image
docker build . --tag ng-app
  1. Run container
docker run --publish 4200:4200 ng-app