feat: 增加Weblogic测试环境

This commit is contained in:
ZacharyZcR
2024-12-23 04:04:48 +08:00
parent 57b6d41737
commit 1a5f789ba8
7 changed files with 59 additions and 8 deletions
+2
View File
@@ -0,0 +1,2 @@
docker build -t weblogic-weak .
docker run -d --name weblogic-test -p 7001:7001 -p 7002:7002 weblogic-weak