test: add jetty ee11 Dockerfile

This commit is contained in:
ReaJason
2025-11-16 12:09:35 +08:00
parent bd5d58ba0f
commit 5c12e3404e
6 changed files with 23 additions and 4 deletions
@@ -1,6 +1,6 @@
FROM jetty:12.0-jre21
RUN java -jar /usr/local/jetty/start.jar --add-modules=ee10-deploy
RUN java -jar /usr/local/jetty/start.jar --add-modules=ee10-jsp,ee10-deploy
EXPOSE 8080