I have been trying to create a docker image and run the ruby files
Following is the code for creating the docker image
FROM ruby:3 WORKDIR /app COPY Gemf