Skip to content

Latest commit

 

History

History
executable file
·
24 lines (17 loc) · 644 Bytes

README.md

File metadata and controls

executable file
·
24 lines (17 loc) · 644 Bytes

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