From e462a26e193591535c6fd1c487617e3fb616d130 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20B=C3=B6hmke?= Date: Tue, 12 Nov 2019 21:01:10 +0100 Subject: [PATCH] added cmd to Dockerfile --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) 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"]