Browse Source

Reverted Dockerfile to put the CMD back

pull/1058/head
Erik Dasque 7 years ago
parent
commit
407f949e4b
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      Dockerfile

+ 2
- 1
Dockerfile View File

@ -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}

Loading…
Cancel
Save