Skip to content

Commit

Permalink
prefix to run migrations successfully
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiedeziel committed Jun 23, 2024
1 parent 9776e5e commit cfdbbcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/docker-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ export SECRET_KEY_BASE=`bundle exec rails secret`
if [ -f tmp/pids/server.pid ]; then
rm tmp/pids/server.pid
fi
rails db:create db:migrate
bin/rails db:create db:migrate
foreman start -f Procfile.prod

0 comments on commit cfdbbcf

Please sign in to comment.