Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 960 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 960 Bytes

docker-ruby-nodejs

DockerPulls DockerStars Circle CI

Dockerfile that generates an image for people who use Node.js and Ruby on ubuntu.

Build image

$ docker build -t=ruby-nodejs:4.2.2 .

What's included

Pull image

$ docker pull shawnzhu/ruby-nodejs:4.2.2

Testing

Ruby 2.0+, bundler and docker required.

$ bundle
$ bundle exec rspec