mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-22 07:00:43 +08:00
test: add jetty ee11 Dockerfile
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
FROM jetty:12.1-jdk21
|
||||
|
||||
RUN java -jar /usr/local/jetty/start.jar --add-modules=ee11-jsp,ee11-deploy
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
CMD ["java", "-jar", "/usr/local/jetty/start.jar"]
|
||||
Reference in New Issue
Block a user