Repository to create a docker image containing Rails 6 and ruby 2.6.5.
> docker run --rm -ti -v $(pwd):/workdir -w /workdir p91challenge/rails
To build the image locally, use the following command:
> DOCKER_BUILDKIT=1 docker build -t p91challenge/rails .
Content type
Image
Digest
Size
383.7 MB
Last updated
over 6 years ago
docker pull p91challenge/docker-rails