Sign inSign up

belfazt/sturm

By belfazt

Updated over 6 years ago

Simple Ruby server on top of Grape

Image
0

208

belfazt/sturm repository overview

Sturm

Build Status Docker Cloud Build Status

Structure to create a microservice, uses Grape

Developing

Getting Dependencies
bundle install
Shipping
docker build . -t sturm:latest
export DESIRED_PORT=9292
export ENVIRONMENT=production
docker run -p "$DESIRED_PORT":9292 sturm:latest bundle exec rackup -o 0.0.0.0 -E "$ENVIRONMENT"

Contributors

  • Diego Camargo

Tag summary

Content type

Image

Digest

Size

51.2 MB

Last updated

over 6 years ago

docker pull belfazt/sturm