Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avatsaev/angular4-docker-example
Efficiently Dockerized Angular CLI example app
https://github.com/avatsaev/angular4-docker-example
angular angular-cli angular2 angular4 docker
Last synced: about 4 hours ago
JSON representation
Efficiently Dockerized Angular CLI example app
- Host: GitHub
- URL: https://github.com/avatsaev/angular4-docker-example
- Owner: avatsaev
- License: mit
- Created: 2017-05-17T21:12:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-07T13:52:27.000Z (over 6 years ago)
- Last Synced: 2025-01-22T15:08:24.372Z (8 days ago)
- Topics: angular, angular-cli, angular2, angular4, docker
- Language: TypeScript
- Homepage:
- Size: 145 KB
- Stars: 208
- Watchers: 12
- Forks: 161
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dockerized Angular 4 App (with Angular CLI)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/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```