FROM d4science/smartgears-distribution:4.0.0-SNAPSHOT-java17-tomcat10.1.19 #install unzip RUN apt-get update && apt-get install unzip COPY ./target/storagehub-test-storages.war /tomcat/webapps/storagehub.war COPY ./docker/jackrabbit /app/jackrabbit COPY ./docker/storagehub.xml /tomcat/conf/Catalina/localhost/ COPY ./docker/logback.xml /etc/ COPY ./docker/local/container.ini /etc/ RUN unzip /tomcat/webapps/storagehub.war -d /tomcat/webapps/storagehub RUN rm /tomcat/webapps/storagehub.war #COPY ./docker/local/storage-settings.properties /tomcat/webapps/storagehub/WEB-INF/classes/