Removed the "command: bash" line so that ./start_dev.sh works
This commit is contained in:
parent
71fedffbad
commit
6fdfed449d
|
@ -6,7 +6,6 @@ services:
|
||||||
privileged: true
|
privileged: true
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
command: /bin/bash
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./:/usr/src:Z
|
- ./:/usr/src:Z
|
||||||
- /dev/:/dev/
|
- /dev/:/dev/
|
||||||
|
|
Loading…
Reference in New Issue