Skip to content

Commit

Permalink
Reverted Dockerfile to put the CMD back
Browse files Browse the repository at this point in the history
  • Loading branch information
edasque committed Feb 1, 2017
1 parent 748316f commit 407f949
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 407f949

Please sign in to comment.