Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/moneroid/angular4-docker-example
- Owner: moneroid
- License: mit
- Created: 2023-09-22T12:42:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-22T12:44:05.000Z (over 1 year ago)
- Last Synced: 2024-11-30T04:06:53.737Z (2 months ago)
- Topics: angular-cli, angular4, container, docker, javascript, nginx, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 68.4 KB
- Stars: 2
- Watchers: 1
- 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```