summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Dockerfile b/Dockerfile
index 121e0db..e61dc54 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,5 @@
FROM zmkfirmware/zmk-build-arm:stable
-RUN mkdir -p /app/firmware
-
WORKDIR /app
COPY config/west.yml config/west.yml
@@ -13,7 +11,6 @@ RUN west update
# West Zephyr export
RUN west zephyr-export
-COPY config config
COPY bin/build.sh ./
CMD ["./build.sh"]