Sign in
apache
/
wicket
/
refs/heads/master
/
.
/
wicket-examples
/
Dockerfile
blob: 854fdc1f27d911e50630a5ff4f0406737d26aa16 [
file
] [
log
] [
blame
]
FROM tomcat
:
10.1
-
jre17
LABEL authors
=
"Apache Wicket Team <dev@wicket.apache.org>"
RUN rm
-
rf
/
usr
/
local
/
tomcat
/
webapps
/*
ADD target/wicket-examples.war /usr/local/tomcat/webapps/ROOT.war