Build system cleanup

This commit is contained in:
2023-12-16 11:21:51 -08:00
parent c0c1312a6b
commit 80276758fd
6 changed files with 26 additions and 49 deletions

View File

@ -74,10 +74,4 @@ WORKDIR /qmk_firmware
ENV SKIP_GIT true
COPY entrypoint.sh /entrypoint.sh
CMD ["/bin/bash", "/entrypoint.sh"]
# How to use:
# docker run -it \
# --user 1000:1001 \
# -v "$(pwd)/kb:/qmk_firmware/keyboards" \
#
CMD ["/bin/bash", "/entrypoint.sh"]