feat: support resin shell generate

This commit is contained in:
ReaJason
2024-12-14 19:33:19 +08:00
parent 74cb677e98
commit 9ed876297a
15 changed files with 1153 additions and 0 deletions
@@ -0,0 +1,10 @@
services:
resin4058:
image: reajason/resin:4.0.58
container_name: resin4058
ports:
- "8080:8080"
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