Removed the "command: bash" line so that ./start_dev.sh works
This commit is contained in:
parent
71fedffbad
commit
6fdfed449d
1 changed files with 0 additions and 1 deletions
|
@ -6,7 +6,6 @@ services:
|
|||
privileged: true
|
||||
build:
|
||||
context: .
|
||||
command: /bin/bash
|
||||
volumes:
|
||||
- ./:/usr/src:Z
|
||||
- /dev/:/dev/
|
||||
|
|
Loading…
Reference in a new issue