flipperzero-firmware/docker-compose.yml
Vadim Kaushan a008c38078
Add GitHub Actions CI rules (#70)
* Prepare Dockerfile for GitHub Actions

* Add Action

* Add CI rules

* Move docker files into the docker directory to prevent fetching build artifacts

* Cache Docker layers

Co-authored-by: aanper <mail@s3f.ru>
2020-08-31 23:12:18 +03:00

15 lines
265 B
YAML

version: '3'
services:
dev:
build: docker
network_mode: "host"
privileged: true
tty: true
stdin_open: true
volumes:
- .:/project
# - /dev/bus/usb:/dev/bus/usb
working_dir: "/project"
environment:
DISPLAY: $DISPLAY