Merge pull request #2 from ThatcherC/no-docker-compose-command

Remove "command: bash" line
This commit is contained in:
Dom Rodriguez 2023-01-06 20:21:03 +00:00 committed by GitHub
commit af08f3dbda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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/