Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pjlamb12/docker-angular-cli
Docker image for the Angular CLI
https://github.com/pjlamb12/docker-angular-cli
Last synced: 12 days ago
JSON representation
Docker image for the Angular CLI
- Host: GitHub
- URL: https://github.com/pjlamb12/docker-angular-cli
- Owner: pjlamb12
- Created: 2019-11-25T23:20:36.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T19:31:49.000Z (4 months ago)
- Last Synced: 2024-09-09T23:59:40.117Z (4 months ago)
- Language: Dockerfile
- Size: 20.5 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# pjlamb12/angular-cli
This is the repo for the [pjlamb12/angular-cli](https://hub.docker.com/repository/docker/pjlamb12/angular-cli) Docker image. The image is based on the [node alpine](https://hub.docker.com/_/node) image, and then the @angular/cli package installed as well.
To use the image:
```bash
docker pull pjlamb12/angular-cli
```Or, in the `Dockerfile`:
```Dockerfile
FROM pjlamb12/angular-cli
```Contributions welcome, with the plan to push a new version each time a major LTS version of Node is released (even numbers) or a new version of the Angular CLI is released.