Reverted Dockerfile to put the CMD back

master
Erik Dasque 2017-01-31 19:59:59 -05:00
parent 748316fc43
commit 407f949e4b
1 changed files with 2 additions and 1 deletions

View File

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