Files
fn-serverless/hello-sinatra
2015-07-22 00:01:54 -07:00
..
2015-07-22 00:01:54 -07:00
2015-07-22 00:01:54 -07:00
2015-07-22 00:01:54 -07:00
2015-07-22 00:01:54 -07:00
2015-07-22 00:01:54 -07:00
2015-07-22 00:01:54 -07:00
2015-07-22 00:01:54 -07:00

docker run --rm -p 8080:8080 treeder/hello-sinatra

Building

Update gems and vendor them

dj run treeder/ruby:2.2.2 bundle update
dj run treeder/ruby:2.2.2 bundle install --standalone --clean
docker build -t treeder/hello-sinatra:latest .