diff --git a/docker/db_migrate.sh b/docker/db_migrate.sh index 0e927bf..3f679e3 100644 --- a/docker/db_migrate.sh +++ b/docker/db_migrate.sh @@ -1,4 +1,4 @@ #!/bin/sh cd /home/app/parsley/ -RAILS_ENV=$PASSENGER_APP_ENV bundle exec rake db:migrate \ No newline at end of file +RAILS_ENV=$PASSENGER_APP_ENV bundle exec rails db:migrate \ No newline at end of file