Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adilbenmoussa/angular-cli
https://github.com/adilbenmoussa/angular-cli
angular-cli angular-cli9 docker node12 nodejs
Last synced: about 2 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/adilbenmoussa/angular-cli
- Owner: adilbenmoussa
- Created: 2020-04-30T10:15:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-30T10:43:41.000Z (over 4 years ago)
- Last Synced: 2024-11-07T10:48:35.080Z (about 2 months ago)
- Topics: angular-cli, angular-cli9, docker, node12, nodejs
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Dockerfile with Angular CLI
Node: 12.16.1 + Angular CLI 9+
Find [the image here](https://hub.docker.com/r/adilbenmoussa/angular-cli/)
Pulling the image
```bash
docker pull adilbenmoussa/angular-cli:1.0
```Using the image in a `Dockerfile`
```bash
FROM adilbenmoussa/angular-cli:1.0
```