feat: 增加SMTP测试环境

This commit is contained in:
ZacharyZcR
2024-12-22 04:40:07 +08:00
parent 66e52791f7
commit a5738304a1
3 changed files with 56 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
docker build -t smtp-weak .
docker run -d --name smtp-test -p 25:25 smtp-weak