https://github.com/zealbyte/packer
Docker image for building ZealByte webapps
https://github.com/zealbyte/packer
docker-image
Last synced: 10 months ago
JSON representation
Docker image for building ZealByte webapps
- Host: GitHub
- URL: https://github.com/zealbyte/packer
- Owner: zealbyte
- License: mit
- Created: 2018-06-12T21:47:20.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-28T16:39:21.000Z (over 7 years ago)
- Last Synced: 2025-06-01T23:57:17.763Z (about 1 year ago)
- Topics: docker-image
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Platform JS Build Image
============
Run bower or webpack within the container
To use:
```
$ docker run -ti -v $PWD:/app bower install
```