This commit is contained in:
2022-11-20 20:45:13 -08:00
parent d795d84f41
commit afa07ce83c
8 changed files with 15 additions and 14 deletions

View File

@@ -5,7 +5,7 @@
#
# Be careful, it may not be using the latest QMK.
docker run -it \
docker run -it --rm \
--user $(id -u):$(id -g) \
-v "$(pwd)/output:/build_output" \
-v "$(pwd)/keyboards:/qmk_firmware/keyboards:ro" \