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:
parent
70966479f6
commit
eb63bce0f4
|
@ -4,6 +4,7 @@ services:
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
tty: true
|
tty: true
|
||||||
privileged: true
|
privileged: true
|
||||||
|
image: "ghcr.io/pine64/openpinebuds:latest-sdk"
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in New Issue