Skip to content

Commit

Permalink
add subproject env var to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
andresilva committed Oct 24, 2016
1 parent 2e2b996 commit 1557d16
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 @@ -21,8 +21,9 @@ RUN apt-get clean
RUN rm -rf /var/lib/apt/lists/*

ENV keyboard=ergodox
ENV subproject=ez
ENV keymap=default

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

0 comments on commit 1557d16

Please sign in to comment.