Commit 2d0d39e
committed
Fix docker start & stop scripts
Prior to this change the `test` profile was not started by default. This is needed to run the chrome behat suite in EB, so we usually need this.
Prior to this change, the `core/stop-dev-env.sh` would not bring down the test profile. This caused orphaned containers, which produced issues related to the docker network not being able to be removed, which prevented a clean startup of the `core` environment.
Prior to this change, the docker compose `-v` flag was not able to be passed to the stop scripts, making it difficult to clean the slate.1 parent 7e9d1e1 commit 2d0d39e
3 files changed
Lines changed: 7 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
| 7 | + | |
0 commit comments