Signed-off-by: Li Yuanchao lyc163mail@163.com --- container/webhook/build | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 container/webhook/build
diff --git a/container/webhook/build b/container/webhook/build new file mode 100755 index 0000000..bb5c0a7 --- /dev/null +++ b/container/webhook/build @@ -0,0 +1,6 @@ +#!/bin/sh +# SPDX-License-Identifier: MulanPSL-2.0+ +# Copyright (c) 2020 Huawei Technologies Co., Ltd. All rights reserved. + +docker build -t node:webhook . +
On Thu, Nov 05, 2020 at 08:13:02PM +0800, Li Yuanchao wrote:
Signed-off-by: Li Yuanchao lyc163mail@163.com
container/webhook/build | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 container/webhook/build
diff --git a/container/webhook/build b/container/webhook/build new file mode 100755 index 0000000..bb5c0a7 --- /dev/null +++ b/container/webhook/build @@ -0,0 +1,6 @@ +#!/bin/sh +# SPDX-License-Identifier: MulanPSL-2.0+ +# Copyright (c) 2020 Huawei Technologies Co., Ltd. All rights reserved.
+docker build -t node:webhook .
Last blank line is redundant, just delete it.
Thanks, Xijian
On Thu, Nov 05, 2020 at 08:13:02PM +0800, Li Yuanchao wrote:
Signed-off-by: Li Yuanchao lyc163mail@163.com
container/webhook/build | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 container/webhook/build
diff --git a/container/webhook/build b/container/webhook/build new file mode 100755 index 0000000..bb5c0a7 --- /dev/null +++ b/container/webhook/build @@ -0,0 +1,6 @@ +#!/bin/sh +# SPDX-License-Identifier: MulanPSL-2.0+ +# Copyright (c) 2020 Huawei Technologies Co., Ltd. All rights reserved.
+docker build -t node:webhook .
delete the blank line.
Thanks, Jiaxin
On Fri, Nov 06, 2020 at 09:24:12AM +0800, Lin Jiaxin wrote:
On Thu, Nov 05, 2020 at 08:13:02PM +0800, Li Yuanchao wrote:
Signed-off-by: Li Yuanchao lyc163mail@163.com
container/webhook/build | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 container/webhook/build
diff --git a/container/webhook/build b/container/webhook/build new file mode 100755 index 0000000..bb5c0a7 --- /dev/null +++ b/container/webhook/build @@ -0,0 +1,6 @@ +#!/bin/sh +# SPDX-License-Identifier: MulanPSL-2.0+ +# Copyright (c) 2020 Huawei Technologies Co., Ltd. All rights reserved.
+docker build -t node:webhook .
delete the blank line.
It looks good, no need to delete blank line here
Thanks, Yuanchao
Thanks, Jiaxin