https://github.com/ipunkt/angular
angular docker image
https://github.com/ipunkt/angular
Last synced: about 1 year ago
JSON representation
angular docker image
- Host: GitHub
- URL: https://github.com/ipunkt/angular
- Owner: ipunkt
- License: mit
- Created: 2016-09-14T07:45:50.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-30T08:31:36.000Z (over 9 years ago)
- Last Synced: 2025-02-07T05:27:48.436Z (over 1 year ago)
- Language: Shell
- Homepage: https://hub.docker.com/r/ipunktbs/angular/
- Size: 3.91 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# angular
Docker image with node, gulp and angular.
We have built a docker image with the global and local `node_modules` directory within the container,
so you don't have to mess with it in your local project directory.
We included the following stuff:
- node 6.4.0
- angular-cli@webpack
- process-nextick-args
- util-deprecate
- typings
- gulp
## Usage
```
$> docker pull ipunktbs/angular
```
Or use a tag:
```
$> docker pull ipunktbs/angular:{TAG}
```
We prefer the last one to use a concrete image tag.