This repository was archived by the owner on Aug 1, 2024. It is now read-only.
Commit 664c44f
authored
fix: in coursegraph provision, run lms command instead of exec'ing (#823)
This ensures that the provisioning script
works whether or not the lms was already started.
If an lms container doesn't exist, then `docker-compose run`
ensures that one is created to run the management
command.
Using `docker-compose exec`, the script would fail with
"no container lms_1" if lms wasn't already running.1 parent 39571ca commit 664c44f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
0 commit comments