feat: support resin shell generate

This commit is contained in:
ReaJason
2024-12-14 19:33:19 +08:00
parent 6a5858ab2f
commit 8a709a1f23
15 changed files with 1153 additions and 0 deletions
@@ -0,0 +1,11 @@
services:
resin4067:
image: reajason/resin:4.0.67-jdk11
container_name: resin4067
ports:
- "8080:8080"
- "5005:5005"
environment:
JAVA_OPTS: -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005
volumes:
- ../../../vul-webapp/build/libs/vul-webapp.war:/usr/local/resin4/webapps/app.war