Sha256: ccc87649a5a25ff01491f74a7e6372149d8c33d1aa9d82b25d35b6ebd0ace332
Contents?: true
Size: 360 Bytes
Versions: 270
Compression:
Stored size: 360 Bytes
Contents
FROM tongueroo/jets:base MAINTAINER Tung Nguyen <tongueroo@gmail.com> # Install bundle of gems first in a layer # so if the Gemfile doesnt chagne it wont have to install gems again WORKDIR /tmp COPY Gemfile* /tmp/ RUN bundle install && rm -rf /root/.bundle/cache # Add the Rails app ENV HOME /root WORKDIR /app COPY . /app RUN bundle install CMD ["uptime"]
Version data entries
270 entries across 270 versions & 4 rubygems