invoke apply-account-component, apply-account.rb, mail-rebot.rb to run the service
Signed-off-by: Luan Shengde luanshengde2@huawei.com --- container/mail-robot/run.rb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 container/mail-robot/run.rb
diff --git a/container/mail-robot/run.rb b/container/mail-robot/run.rb new file mode 100755 index 0000000..b432d7d --- /dev/null +++ b/container/mail-robot/run.rb @@ -0,0 +1,8 @@ +#!/usr/bin/env ruby +# SPDX-License-Identifier: MulanPSL-2.0+ +# Copyright (c) 2020 Huawei Technologies Co., Ltd. All rights reserved. +# frozen_string_literal: true + +require_relative 'apply-account-component' +require_relative 'apply-account' +require_relative '../../lib/mail-robot'