compose: Use repository's container image for dev env

This changes the `docker-compose.yml` file to use the Pine64
OpenPineBuds repository's container image for the development
environment, but the user has the option to build from scratch.
This commit is contained in:
Dom Rodriguez 2023-06-20 14:25:06 +01:00
parent 70966479f6
commit eb63bce0f4
No known key found for this signature in database
GPG Key ID: 72DCF1231E54BD43
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: