diff --git a/Dockerfile b/Dockerfile index 8368dcc..6427c88 100644 --- a/Dockerfile +++ b/Dockerfile @@ -81,3 +81,5 @@ COPY --from=uboot /uboot/ /uboot/ COPY --from=uboot_tool /uboot_tool /uboot_tool WORKDIR /work + +CMD ["/bin/sh", "/resources/build.sh"]