Sha256: d47262e58c9ab66dcf00b9414fe977b6f966ccdc84d2eb55b0e9507318cf1aec
Contents?: true
Size: 116 Bytes
Versions: 4
Compression:
Stored size: 116 Bytes
Contents
FROM ruby:3.0.0-alpine RUN apk update && apk add git WORKDIR /app/ COPY . . RUN bundle install CMD bundle exec rake
Version data entries
4 entries across 4 versions & 1 rubygems