mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-26 00:41:52 +08:00
test: add jetty ee11 Dockerfile
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user