first commit

This commit is contained in:
zeaslity
2025-03-12 09:27:35 +08:00
commit dd144f2474
28 changed files with 1155 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
#!/bin/bash
cd /root/wdd/cmii-watchdog
pwd
current_date=$(date +"%Y-%m-%d-%H-%M-%S")
docker build -t cmii-watchdog-java:${current_date} .
docker run -d -p 9000:8080 --name=cmii-watchdog-java-${current_date} cmii-watchdog-java:${current_date}
#docker run -d -p 9000:8080 cmii-watchdog-java:2025-02-25