Sha256: 6d1266f4eb192979daf104d9795c924fef2eef06f1d358dc456aa64a626e5d93
Contents?: true
Size: 271 Bytes
Versions: 20
Compression:
Stored size: 271 Bytes
Contents
FROM cimg/ruby:<%= ruby_version %>-node ENV PORT=3000 EXPOSE $PORT COPY --chown=circleci . /home/circleci/project RUN bundle install --deployment RUN yarn install --frozen-lockfile ENV RAILS_ENV=ci RUN bundle exec rake assets:precompile CMD ["./bin/ci-server-start"]
Version data entries
20 entries across 20 versions & 1 rubygems