diff --git a/docker/build.sh b/docker/build.sh index c2edcf71aeef6e6eb26ecb5328652b58836f2d2e..e1f08d1ee475ebdda7a361522233d99aca979dd5 100755 --- a/docker/build.sh +++ b/docker/build.sh @@ -1,3 +1,5 @@ +#!/bin/bash + # Copyright (c) 2020 Huawei Device Co., Ltd. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -11,6 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. - -#!/bin/sh docker build -t openharmony-docker:0.0.5 . diff --git a/docker/standard/build.sh b/docker/standard/build.sh index 7627d6123d56c009722ed946a9175818827a28e0..01edc53f4f87cfc586ad6751ec79bcc008f8d447 100755 --- a/docker/standard/build.sh +++ b/docker/standard/build.sh @@ -1,3 +1,5 @@ +#!/bin/bash + # Copyright (c) 2020 Huawei Device Co., Ltd. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -11,6 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. - -#!/bin/sh docker build -t openharmony-docker-standard:0.0.4 .