docker-initdb.sh 81 B

12345678910
  1. #!/bin/bash
  2. set -e
  3. # set -x
  4. echo "initdb starting"
  5. rake db:setup
  6. rake db:seed