From c9bb10d2f42235f2133eb5c86f6602efa9d72998 Mon Sep 17 00:00:00 2001 From: Keenan Thompson Date: Mon, 27 Nov 2023 09:48:41 -0500 Subject: [PATCH] Hack to always run corrections to data --- .dockerfiles/run-api.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.dockerfiles/run-api.sh b/.dockerfiles/run-api.sh index 2ed22d2..7200530 100755 --- a/.dockerfiles/run-api.sh +++ b/.dockerfiles/run-api.sh @@ -1,4 +1,5 @@ #!/bin/bash rm tmp/pids/server.pid -rf bundle exec rake assets:precompile -rails server \ No newline at end of file +bundle exec rake seed:corrections +rails server