parsley/docker/db_migrate.sh

4 lines
90 B
Bash

#!/bin/sh
cd /home/app/parsley/
RAILS_ENV=$PASSENGER_APP_ENV bundle exec rails db:migrate