Dockerfile 141 Bytes
Newer Older
1 2 3 4 5 6
FROM tomcat:9.0.48-jdk11-adoptopenjdk-hotspot

RUN apt-get update -y 
RUN apt-get install -y wait-for-it

CMD ["catalina.sh", "jpda", "run"]