Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

You can easily tweak the nginx config in nginx/default.conf
https://github.com/ericlewis966/angular4-docker-example

angular backend docker nginx typescript websservice

Last synced: about 6 hours ago
JSON representation

You can easily tweak the nginx config in nginx/default.conf

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