Fix markdown and missing command in rails data_updates:run (#6135)
This commit is contained in:
parent
bd24cf2a05
commit
e4115e5781
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue