docker-run.sh 88 B

123456789
  1. #!/bin/bash
  2. set -e
  3. # set -x
  4. rake db:migrate
  5. torquebox deploy
  6. torquebox run -b 0.0.0.0