Skip to content

Commit

Permalink
Fix output file permissions when using docker build. (qmk#7378)
Browse files Browse the repository at this point in the history
  • Loading branch information
tzarc authored and zvecr committed Nov 29, 2019
1 parent 7164e8e commit 385454e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions util/docker_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ dir=$(pwd -W 2>/dev/null) || dir=$PWD # Use Windows path if on Windows

# Run container and build firmware
docker run --rm -it $usb_args \
--user $(id -u):$(id -g) \
-w /qmk_firmware \
-v "$dir":/qmk_firmware \
-e ALT_GET_KEYBOARDS=true \
Expand Down

0 comments on commit 385454e

Please sign in to comment.