diff --git a/Production-guide.md b/Production-guide.md index ee15c44..f30a783 100644 --- a/Production-guide.md +++ b/Production-guide.md @@ -94,7 +94,7 @@ Then you can proceed to install project dependencies: And setup the database for the first time, this will create the tables and basic data: - bundle exec rails db:setup + RAILS_ENV=production bundle exec rails db:setup ## Systemd