Here is my Dockerfile
# Use Ruby 2.6.2 version. FROM ruby:2.6.2 # Optionally set a maintainer name to let people know who made this image. LABEL maintainer=&