pinebuds/docker-compose.yml
Dom Rodriguez eb63bce0f4
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.
2023-06-20 17:51:25 +01:00

12 lines
237 B
YAML

version: "3"
services:
builder:
stdin_open: true
tty: true
privileged: true
image: "ghcr.io/pine64/openpinebuds:latest-sdk"
build:
context: .
volumes:
- ./:/usr/src:Z
- /dev/:/dev/