Add local build option with Docker and README

This commit is contained in:
Ryan Winchester
2022-05-20 16:59:56 -03:00
parent 68fe75d403
commit 068b1ff56a
7 changed files with 75 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
FROM zmkfirmware/zmk-build-arm:2.4
RUN mkdir -p /app/firmware
WORKDIR /app
COPY config config
COPY bin/build.sh ./
CMD ["./build.sh"]