File tree Expand file tree Collapse file tree 4 files changed +18
-0
lines changed Expand file tree Collapse file tree 4 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 1+ # parent ignores *.d files.
2+
3+ ! /jetty.d
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ RUN ant -DCATALINA_HOME=${CATALINA_HOME} war
1919FROM jetty:9-jre11-slim AS run
2020# FROM tomcat:9-jdk14-openjdk-slim-buster AS run
2121ADD port-entrypoint.sh /port-entrypoint.sh
22+ ADD ./jetty.d/ROOT /var/lib/jetty/webapps/ROOT/
2223ENTRYPOINT [ "/port-entrypoint.sh" ]
2324COPY --from=build /home/UnicodeJsps.war /var/lib/jetty/webapps/
2425# This is the default PORT. Override by setting PORT.
Original file line number Diff line number Diff line change 1+ < html >
2+
3+ < head >
4+ < title > Unicode Utilities | Redirect</ title >
5+ < meta http-equiv ="refresh " content ="0;URL='/UnicodeJsps' " />
6+ </ head >
7+
8+ < body >
9+ < h1 > < a href ="https://www.unicode.org "> < img alt ="icon " src ="/favicon.ico " /> Unicode Utilities</ a > </ h1 >
10+ < h2 > Redirecting...</ h2 >
11+ You should have been redirected here: < a href ="/UnicodeJsps "> /UnicodeJsps</ a >
12+ </ body >
13+
14+ </ html >
You can’t perform that action at this time.
0 commit comments