2024-03-15 14:26:05 +01:00
|
|
|
FROM d4science/smartgears-distribution:4.0.0-SNAPSHOT-java17-tomcat10.1.19
|
|
|
|
|
|
|
|
#install unzip
|
|
|
|
RUN apt-get update && apt-get install unzip
|
|
|
|
|
2023-06-01 19:00:42 +02:00
|
|
|
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/
|
2024-03-15 14:26:05 +01:00
|
|
|
COPY ./docker/local/container.ini /etc/
|
2023-06-01 19:00:42 +02:00
|
|
|
RUN unzip /tomcat/webapps/storagehub.war -d /tomcat/webapps/storagehub
|
|
|
|
RUN rm /tomcat/webapps/storagehub.war
|
2024-03-15 14:26:05 +01:00
|
|
|
#COPY ./docker/local/storage-settings.properties /tomcat/webapps/storagehub/WEB-INF/classes/
|