Skip to content

Commit

Permalink
Fix issue with startup (#5973)
Browse files Browse the repository at this point in the history
  • Loading branch information
farhatahmad authored Dec 5, 2024
1 parent a5da808 commit 95e9c65
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions bin/start
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ fi

rails assets:precompile
rails db:create
rails db:migrate
rails db:migrate:with_data

exec rails s -b 0.0.0.0 -p $PORT
8 changes: 4 additions & 4 deletions db/schema.rb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 95e9c65

Please sign in to comment.