We only need config/west.yml at this stage

This commit is contained in:
Josh French
2022-10-11 12:15:49 -04:00
parent 3b0bfd72fe
commit 90c3c41b9d
-1
View File
@@ -11,7 +11,6 @@ RUN west update
# West Zephyr export
RUN west zephyr-export
COPY config config
COPY bin/build.sh ./
CMD ["./build.sh"]