-
Notifications
You must be signed in to change notification settings - Fork 185
Commit 0b2281c
[TASK] Use docker-compose exec for make shell/root (#161)
Use docker-compose exec instead of docker exec for
'make shell' respectively 'make bash' and 'make root'.
This also speeds up these commands, because it is not necessary
to determine the container id for the app container anymore.1 parent 28b3847 commit 0b2281c
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
66 | 66 |
| |
67 | 67 |
| |
68 | 68 |
| |
69 | - | ||
69 | + | ||
70 | 70 |
| |
71 | 71 |
| |
72 | - | ||
72 | + | ||
73 | 73 |
| |
74 | 74 |
| |
75 | 75 |
| |
|
0 commit comments