Update build instructions and Dockerfile to download submodules

This commit is contained in:
Mikhail Goncharov
2018-04-10 18:47:56 +01:00
committed by Drashna Jaelre
parent ffd18ce409
commit 399b992b01
2 changed files with 2 additions and 2 deletions

View File

@@ -26,4 +26,4 @@ VOLUME /qmk_firmware
WORKDIR /qmk_firmware
COPY . .
CMD make $KEYBOARD:$KEYMAP
CMD make clean ; make git-submodule ; make $KEYBOARD:$KEYMAP