4
0
Fork 0

added cmd to Dockerfile

This commit is contained in:
Benjamin Böhmke 2019-11-12 21:01:10 +01:00
parent e4aee9a876
commit e462a26e19
1 changed files with 2 additions and 0 deletions

View File

@ -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"]