An open API service indexing awesome lists of open source software.

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

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
```