https://github.com/debianmaster/docker-nodejs-s2i-example
In this repo i will show you how to create a builder image for nodejs with s2i tool
https://github.com/debianmaster/docker-nodejs-s2i-example
Last synced: about 1 year ago
JSON representation
In this repo i will show you how to create a builder image for nodejs with s2i tool
- Host: GitHub
- URL: https://github.com/debianmaster/docker-nodejs-s2i-example
- Owner: debianmaster
- Created: 2017-04-21T06:28:45.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-21T22:13:56.000Z (about 9 years ago)
- Last Synced: 2025-03-24T09:28:45.419Z (over 1 year ago)
- Size: 1000 Bytes
- Stars: 2
- Watchers: 1
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```sh
git clone https://github.com/debianmaster/docker-nodejs-s2i-example.git
cd docker-nodejs-s2i-example
docker build -t "nodejs-builder" .
s2i build https://github.com/debianmaster/nodejs-welcome.git nodejs-builder my-nodejs-app
```