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
|
||||
build:
|
||||
context: .
|
||||
command: /bin/bash
|
||||
volumes:
|
||||
- ./:/usr/src:Z
|
||||
- /dev/:/dev/
|
||||
|
|
Loading…
Reference in New Issue