Merge pull request #58 from MultiBuds/use-docker-image-compose

compose: Use repository's container image for dev env
This commit is contained in:
Ben V. Brown 2023-06-25 18:48:46 +10:00 committed by GitHub
commit 73a0cebe0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ services:
stdin_open: true
tty: true
privileged: true
image: "ghcr.io/pine64/openpinebuds:latest-sdk"
build:
context: .
volumes: