mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-21 22:50:42 +08:00
feat: support H2 packer
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user