summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 7793f6f..388cdc5 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -11,7 +11,6 @@ RUN west update
# West Zephyr export
RUN west zephyr-export
-COPY config config
COPY bin/build.sh ./
CMD ["./build.sh"]