feat: 增加POP3测试环境

This commit is contained in:
ZacharyZcR
2024-12-23 02:21:25 +08:00
parent 5524300824
commit 9e8726e1f8
2 changed files with 66 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
docker build -t pop3-test .
docker run -d --name pop3-server -p 110:110 -p 995:995 pop3-test