4 lines
92 B
Docker
4 lines
92 B
Docker
FROM tomcat:jdk21
|
|
|
|
COPY ./jsf-playground-*.war /usr/local/tomcat/webapps/jsf-playground.war
|