Reverting CMD Changes

Adding the CMD from @edasque in once more as it allows specifying more than one board via host ENV vars. 
Currently, the Dockerfile is hard-coded.
pull/1615/head 0.5.103
Ryan MacLean 7 years ago committed by Jack Humbert
parent baae936b47
commit 07be7b8d69

@ -25,4 +25,4 @@ ENV keymap=default
VOLUME /qmk
WORKDIR /qmk
CMD make clean; make;
CMD make clean ; make keyboard=${keyboard} subproject=${subproject} keymap=${keymap}

Loading…
Cancel
Save