Adding docker compose
This commit is contained in:
parent
aaa67f6930
commit
6d6dee2956
1 changed files with 7 additions and 0 deletions
7
docker-compose.yml
Normal file
7
docker-compose.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
qmk:
|
||||
build: .
|
||||
environment:
|
||||
keymap: adam
|
||||
keyboard: ergodox
|
||||
volumes:
|
||||
- .:/qmk
|
Loading…
Reference in a new issue