flipperzero-firmware/docker-compose.yml
aanper 0980775f01 WIP target lo
custom debug stream

run docker with project dir, specify dir to makefile

remove unused includes

fix broken F1
2020-08-17 18:23:28 +03:00

15 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