mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-30 21:27:17 +00:00
Use bundled rails to prepare imported database
This commit is contained in:
@@ -7,7 +7,7 @@ set -e
|
||||
if hash zeus 2>/dev/null && [ -e .zeus.sock ]; then
|
||||
RAILS_RUN='zeus r'
|
||||
else
|
||||
RAILS_RUN='rails runner'
|
||||
RAILS_RUN='bundle exec rails runner'
|
||||
fi
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user