#!/bin/bash
# SPDX-License-Identifier: MulanPSL-2.0+
# Copyright (c) 2020 Huawei Technologies Co., Ltd. All rights reserved.

. ../defconfig.sh

docker build --no-cache -t cbs-api-gateway .

push_image_remote "cbs-api-gateway"
