Sha256: eff9093cf4e9572756d47f00d9d09f67e5d8c867273343202d9be3091f0e9bbd
Contents?: true
Size: 206 Bytes
Versions: 5
Compression:
Stored size: 206 Bytes
Contents
FROM ruby:3.0 WORKDIR /usr/src/app COPY Gemfile . COPY Gemfile.lock . COPY fantasticstay_api.gemspec . COPY lib/fantasticstay_api/version.rb lib/fantasticstay_api/version.rb RUN bundle install COPY . .
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
fantasticstay_api-0.1.8 | Dockerfile |
fantasticstay_api-0.1.7 | Dockerfile |
fantasticstay_api-0.1.6 | Dockerfile |
fantasticstay_api-0.1.5 | Dockerfile |
fantasticstay_api-0.1.3 | Dockerfile |