Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 566 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 566 Bytes

prograils/ruby-node:latest

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

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

Running

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

Testing

$ bundle exec rspec

References