feat: support H2 packer

This commit is contained in:
ReaJason
2025-06-28 13:16:52 +08:00
parent aba057572c
commit b71cd4a676
22 changed files with 341 additions and 10 deletions
+3 -1
View File
@@ -1,6 +1,8 @@
FROM openjdk:8
FROM openjdk:8-jre
WORKDIR /app
RUN apt-get update && apt-get install -y procps && rm -rf /var/lib/apt/lists/*
COPY build/libs/vul-springboot2.jar /app/app.jar
EXPOSE 8080