Add Dockerfile optimizations
@ThePrimeagen did these on-stream.
This commit is contained in:
@@ -4,6 +4,15 @@ RUN mkdir -p /app/firmware
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY config/west.yml config/west.yml
|
||||
|
||||
# West Init
|
||||
RUN west init -l config
|
||||
# West Update
|
||||
RUN west update
|
||||
# West Zephyr export
|
||||
RUN west zephyr-export
|
||||
|
||||
COPY config config
|
||||
COPY bin/build.sh ./
|
||||
|
||||
|
||||
Reference in New Issue
Block a user