FROM ruby:3.0.0-alpine RUN apk update && apk add git WORKDIR /app COPY . . RUN bundle install CMD bundle exec rake