test: add jetty ee11 Dockerfile

This commit is contained in:
ReaJason
2025-11-20 00:36:25 +08:00
parent 899f9dd1ab
commit 519d54aea2
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=ee9-deploy
RUN java -jar /usr/local/jetty/start.jar --add-modules=ee9-jsp,ee9-deploy
EXPOSE 8080