added gitea build
Some checks are pending
CI / Build wildfly docker images (push) Waiting to run

This commit is contained in:
2024-12-08 21:27:25 +08:00
parent 7fcae3b18b
commit 040b03e2e8
4 changed files with 71 additions and 0 deletions

3
Dockerfile Normal file
View File

@@ -0,0 +1,3 @@
FROM tomcat:jdk21
COPY ./jsf-playground-*.war /usr/local/tomcat/webapps/jsf-playground.war