Skip to content

Commit

Permalink
Merge pull request qmk#1058 from edasque/master
Browse files Browse the repository at this point in the history
Reverted Dockerfile to put the CMD back
  • Loading branch information
ezuk authored Feb 2, 2017
2 parents 45e5b32 + 407f949 commit 404f79e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ ENV subproject=ez
ENV keymap=default

VOLUME /qmk
WORKDIR /qmk
WORKDIR /qmk
CMD make clean ; make keyboard=${keyboard} subproject=${subproject} keymap=${keymap}

0 comments on commit 404f79e

Please sign in to comment.