Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ericlewis966/angular4-docker-example
- Owner: ericlewis966
- License: mit
- Created: 2021-04-18T12:58:07.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-14T12:28:59.000Z (almost 2 years ago)
- Last Synced: 2023-07-19T03:08:22.407Z (over 1 year ago)
- Topics: angular, backend, docker, nginx, typescript, websservice
- Language: TypeScript
- Homepage:
- Size: 146 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
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```