Removed the "command: bash" line so that ./start_dev.sh works

This commit is contained in:
Thatcher Chamberlin 2023-01-06 15:02:46 -05:00
parent 71fedffbad
commit 6fdfed449d
1 changed files with 0 additions and 1 deletions

View File

@ -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/