Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 631 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 631 Bytes

prograils/ruby-node-chrome:latest

Starting point for running Rails specs - includes lastest stable ruby, latest stable Google Chrome and node 14.x

What's inside

The supplied Dockerfile will create an images for docker containers with ruby, nodejs and chrome browser

Getting started

Getting the image

$ docker pull prograils/ruby-node-chrome

Running

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

Testing

$ bundle exec rspec

References