Fix markdown and missing command in rails data_updates:run (#6135)

This commit is contained in:
Ryan Smith 2020-02-18 09:23:00 -05:00 committed by GitHub
parent bd24cf2a05
commit e4115e5781
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -99,6 +99,7 @@ Please execute the script itself to view all additional options:
Data update scripts need to be run before you can start the application. Please run rake data_updates:run (RuntimeError)
```
run the following command:
```sh
docker-compose run web data_updates:run
```shell
docker-compose run web rails data_updates:run
```