Sha256: 48d4363841415a4b8c4b84821fb3d6bb3a08f457f12c0eafdc0c21900ce936f9
Contents?: true
Size: 352 Bytes
Versions: 2
Compression:
Stored size: 352 Bytes
Contents
FROM ruby:<%= ruby_version %> ARG BUNDLE_BITBUCKET__ORG RUN apt-get update \ && apt-get install -y node.js \ && gem install bundler \ && mkdir /application WORKDIR /application COPY Gemfile Gemfile.lock ./ RUN bundle install --deployment --without development test ADD .build/context.tar.gz . CMD ["bundle", "exec", "rails", "server", "-p", "3000"]
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
orchestration-0.2.1 | lib/orchestration/templates/Dockerfile.tt |
orchestration-0.2.0 | lib/orchestration/templates/Dockerfile.tt |