Add ruby example to show how to use prod image

This commit is contained in:
Tomas Pizarro
2017-10-26 08:49:37 +00:00
parent bb9a28bb4a
commit af4230e216
73 changed files with 1065 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
#!/usr/bin/env ruby
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
load Gem.bin_path('bundler', 'bundle')