Sha256: 1f3163ceb54ac98d849ca6743c46c6443f564ebaf3fe5a2731f1fac4ffa70727
Contents?: true
Size: 336 Bytes
Versions: 5
Compression:
Stored size: 336 Bytes
Contents
FROM sorah/ruby:2.4 EXPOSE 8080 RUN mkdir -p /app /app/tmp /app/lib/clarion COPY Gemfile* /app/ COPY *.gemspec /app/ COPY lib/clarion/version.rb /app/lib/clarion/version.rb RUN cd /app && bundle install -j4 --deployment --without 'development test' WORKDIR /app CMD ["bundle", "exec", "puma", "-w", "2", "-t", "4:16", "-p", "8080"]
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
clarion-1.1.0 | Dockerfile |
clarion-1.0.0 | Dockerfile |
clarion-0.3.0 | Dockerfile |
clarion-0.2.1 | Dockerfile |
clarion-0.2.0 | Dockerfile |