Skip to content

Commit

Permalink
Reverting CMD Changes
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ryanmaclean authored and jackhumbert committed Aug 19, 2017
1 parent baae936 commit 07be7b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}

0 comments on commit 07be7b8

Please sign in to comment.