mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 13:03:13 +00:00
0980775f01
custom debug stream run docker with project dir, specify dir to makefile remove unused includes fix broken F1
14 lines
260 B
YAML
14 lines
260 B
YAML
version: '3'
|
|
services:
|
|
dev:
|
|
build: .
|
|
network_mode: "host"
|
|
privileged: true
|
|
tty: true
|
|
stdin_open: true
|
|
volumes:
|
|
- .:/project
|
|
# - /dev/bus/usb:/dev/bus/usb
|
|
working_dir: "/project"
|
|
environment:
|
|
DISPLAY: $DISPLAY
|