fish 1 year ago
parent
commit
e2abd13645
1 changed files with 16 additions and 0 deletions
  1. 16 0
      scripts/build.sh

+ 16 - 0
scripts/build.sh

@@ -0,0 +1,16 @@
+#!/bin/bash
+# @Contact :   liuyuqi.gov@msn.cn
+# @Time    :   2024/06/03 18:24:22
+# @License :   (C)Copyright 2022 liuyuqi.
+# @Desc    :   
+###############################################################################
+
+# cd 
+
+mvn clean package
+
+
+docker compose up -d -f deploy/docker-compose.debug.yaml
+
+
+