diff --git a/INSTALL.md b/INSTALL.md index 10d79288..55de492b 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -53,7 +53,7 @@ There is a rudimentary docker-compose configuration for production usage (`docke ``` 1. Setup the database (only once) ``` - docker-compose -f docker-compose.yml.production-example run --rm osem bundle exec rake db:bootstrap + docker-compose -f docker-compose.yml.production-example run --rm production_web bundle exec rake db:bootstrap ``` 1. Start the services ```