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

View file

@ -6,7 +6,6 @@ services:
privileged: true
build:
context: .
command: /bin/bash
volumes:
- ./:/usr/src:Z
- /dev/:/dev/