Sign inSign up

tmvdl/ruby

By tmvdl

Updated almost 3 years ago

A Docker image to build Ruby projects

Image
Languages & frameworks
1

4.1K

tmvdl/ruby repository overview

Quick reference

Maintained by: github.com/brtmvdl

Where to get help: Official Repository

Quick reference (cont.)

Where to file issues: https://github.com/brtmvdl/docker-ruby/issues

What is Ruby?


How to use this image

Usage

Use like you would any other base image:

# Dockerfile
FROM tmvdl/ruby:latest

WORKDIR /app

COPY . .

CMD npm start

License

MIT

Tag summary

Content type

Image

Digest

sha256:e06e0415e

Size

37.5 MB

Last updated

almost 3 years ago

docker pull tmvdl/ruby