Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/moneroid/angular4-docker-example

Dockerized Angular 4 App (with Angular CLI)
https://github.com/moneroid/angular4-docker-example

angular-cli angular4 container docker javascript nginx nodejs typescript

Last synced: 2 months ago
JSON representation

Dockerized Angular 4 App (with Angular CLI)

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```