feat: optimize dockerfile option

Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
This commit is contained in:
Xinwei Xiong(cubxxw-openim)
2023-08-21 12:11:09 +08:00
parent cf8bba036f
commit 3599d4b7ef
8 changed files with 65 additions and 132 deletions
+1 -6
View File
@@ -14,13 +14,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Include shell font styles and some basic information
SCRIPTS_ROOT=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
OPENIM_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
source "$SCRIPTS_ROOT/style_info.sh"
echo -e "${GREEN_PREFIX}=========> Check docker-compose status ${COLOR_SUFFIX} \n"
source "${OPENIM_ROOT}/scripts/install/common.sh"
cd "$OPENIM_ROOT"