Sha256: bd99879e2779e31d7a592f35f9890f9cee2228f82d23edbef986606b191b6340
Contents?: true
Size: 249 Bytes
Versions: 33
Compression:
Stored size: 249 Bytes
Contents
FROM ruby:2.5.0 #Cache bundle install WORKDIR /tmp ADD . /totoro ADD ./test/totoro_test/Gemfile Gemfile ADD ./test/totoro_test/Gemfile.lock Gemfile.lock RUN bundle install RUN mkdir /app WORKDIR /app ADD ./test/totoro_test /app CMD ["rails", "c"]
Version data entries
33 entries across 32 versions & 1 rubygems