pinebuds/docker-compose.yml

13 lines
204 B
YAML
Raw Normal View History

2022-09-25 02:55:03 -05:00
version: "3"
services:
builder:
stdin_open: true
tty: true
2022-12-26 17:47:35 -06:00
privileged: true
2022-09-25 02:55:03 -05:00
build:
context: .
command: /bin/bash
volumes:
- ./:/src:Z
2022-12-26 17:47:35 -06:00
- /dev/:/dev/