Efficiently Dockerized Angular CLI example app
TypeScript JavaScript HTML CSS
Switch branches/tags
Nothing to show
Clone or download
Pull request Compare This branch is 9 commits behind avatsaev:master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
e2e
nginx
src
.angular-cli.json
.dockerignore
.editorconfig
.gitignore
Dockerfile
LICENCE
README.md
karma.conf.js
package.json
protractor.conf.js
tsconfig.json
tslint.json
yarn.lock

README.md

Dockerized Angular 4 App (with Angular CLI)

License: MIT

Build docker image

$ docker build -t myapp . 

Run the container

$ 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