$ docker build -t myapp .
$ docker run -d -p 8080:80 myapp
The app will be available at http://localhost:8080
You can easily tweak the nginx config in nginx/default.conf
Efficiently Dockerized Angular CLI example app
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Latest commit | ||||
$ docker build -t myapp .
$ docker run -d -p 8080:80 myapp
The app will be available at http://localhost:8080
You can easily tweak the nginx config in nginx/default.conf
Efficiently Dockerized Angular CLI example app