1
0
Fork 0

move everything from qmkfm/base_container to qmkfm/qmk_cli (#14230)

This commit is contained in:
Zach White 2021-08-29 16:41:56 -07:00 committed by GitHub
parent 13a2da973f
commit b705020daf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 16 additions and 17 deletions

View file

@ -1,7 +1,6 @@
FROM qmkfm/base_container
FROM qmkfm/qmk_cli
VOLUME /qmk_firmware
WORKDIR /qmk_firmware
COPY . .
CMD make all:default
CMD qmk compile -kb all -km default