Add rails data_updates:run to Docker documentation (#6097)
This commit is contained in:
parent
7ff79f77b8
commit
1458b42d18
1 changed files with 9 additions and 0 deletions
|
|
@ -93,3 +93,12 @@ Please execute the script itself to view all additional options:
|
|||
done via the GUI:
|
||||
|
||||

|
||||
|
||||
- In case `rails server` doesn't start with the following message:
|
||||
```
|
||||
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
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue