mirror of
https://github.com/mkuf/prind.git
synced 2026-01-21 06:32:10 +01:00
* klipper: rename the mcu target to tools * klipper: add hostmcu target * klipper: add klipper user to tty group * klipper: add build config for klipper_mcu * docs: add new targets to klipper image readme * docs: add hostmcu profile to additional profiles * add hostmcu profile
11 lines
261 B
YAML
11 lines
261 B
YAML
services:
|
|
make:
|
|
image: mkuf/klipper:${TAG:-latest}-tools
|
|
tty: true
|
|
privileged: true
|
|
entrypoint: make
|
|
working_dir: /opt/klipper
|
|
volumes:
|
|
- /dev:/dev
|
|
- ./config/build.config:/opt/klipper/.config
|
|
- ./out:/opt/klipper/out |