feat: 增加Tomcat测试环境

This commit is contained in:
ZacharyZcR
2024-12-23 03:42:46 +08:00
parent 1f860f22c8
commit 57b6d41737
4 changed files with 43 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
docker build -t tomcat-weak .
docker run -d --name tomcat-test -p 8080:8080 tomcat-weak