Welcome to mirror list, hosted at ThFree Co, Russian Federation.

docker-compose.yml - github.com/ClusterM/flipperzero-firmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 42d05584ba62ab22782f5e1bf014bcac19db66d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
      TERM: xterm-256color
      PATH: /root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin