Skip to content

Latest commit

 

History

History
executable file
·
33 lines (21 loc) · 629 Bytes

README.md

File metadata and controls

executable file
·
33 lines (21 loc) · 629 Bytes

docker-ruby-node-chrome-pack

Starting point for running Rails specs - includes Ruby 2.5.1 and nodejs 8.16.0 and Chrome (Google Chrome & Chromedriver)

What's inside

The supplied Dockerfile will create an images for docker containers with ruby and nodejs.

Getting started

Getting the image

$ docker pull prograils/ruby-node-chrome-pack

Running

$ docker run -t -i prograils/ruby-node-chrome-pack

Testing

$ bundle exec rspec

References