From 90c3c41b9dfa44c6e9d99f277bf6c44ce8de3699 Mon Sep 17 00:00:00 2001 From: Josh French Date: Tue, 11 Oct 2022 12:15:49 -0400 Subject: [PATCH] We only need config/west.yml at this stage --- Dockerfile | 1 - 1 file changed, 1 deletion(-) 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"]