Skip to content

Commit

Permalink
Hack to always run corrections to data
Browse files Browse the repository at this point in the history
  • Loading branch information
thekeenant authored Nov 27, 2023
1 parent 3350f2d commit c9bb10d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .dockerfiles/run-api.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
rm tmp/pids/server.pid -rf
bundle exec rake assets:precompile
rails server
bundle exec rake seed:corrections
rails server

0 comments on commit c9bb10d

Please sign in to comment.