Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.12 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.12 KB

Dockerfile

el7

If you want to build in el7, use Dockerfile-7 in the docker directory.

# Example
$ git clone https://github.com/kazuhisya/nodejs-rpm.git
$ cd nodejs-rpm
$ docker build -t el7-nodejs:XXXX -f docker/Dockerfile-el7 .

el6

If you want to build in el6, use Dockerfile-el6 in the docker directory.

# Example
$ git clone https://github.com/kazuhisya/nodejs-rpm.git
$ cd nodejs-rpm
$ docker build -t el6-nodejs:XXXX -f docker/Dockerfile-el6 .

el5

If you want to build in el5, use Dockerfile-el5 in the docker directory.

# Example
$ git clone https://github.com/kazuhisya/nodejs-rpm.git
$ cd nodejs-rpm
$ docker build -t el5-nodejs:XXXX -f docker/Dockerfile-el5 .