A Docker image to build Ruby projects
4.1K
Maintained by: github.com/brtmvdl
Where to get help: Official Repository
Where to file issues: https://github.com/brtmvdl/docker-ruby/issues
Use like you would any other base image:
# Dockerfile
FROM tmvdl/ruby:latest
WORKDIR /app
COPY . .
CMD npm start
Content type
Image
Digest
sha256:e06e0415e…
Size
37.5 MB
Last updated
almost 3 years ago
docker pull tmvdl/ruby