test: add jetty ee11 Dockerfile

This commit is contained in:
ReaJason
2025-11-20 00:36:25 +08:00
parent 29207c1b53
commit 8d68e18a23
6 changed files with 23 additions and 4 deletions
@@ -0,0 +1,12 @@
services:
jetty1221ee11:
build:
dockerfile: ./Dockerfile-ee11
context: .
ports:
- "8080:8080"
- "5005:5005"
environment:
JAVA_OPTIONS: -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005
volumes:
- ../../../vul/vul-webapp-jakarta/build/libs/vul-webapp-jakarta.war:/var/lib/jetty/webapps/app.war