2024-07-10 13:14:31 +02:00
|
|
|
FROM smartgears-distribution:4.0.1-SNAPSHOT-java17-tomcat10.1.19
|
2024-03-27 12:04:49 +01:00
|
|
|
COPY ./target/storagehub.war /tomcat/webapps/
|
|
|
|
COPY ./docker/jackrabbit /app/jackrabbit
|
|
|
|
COPY ./docker/storagehub.xml /tomcat/conf/Catalina/localhost/
|
|
|
|
COPY ./docker/logback.xml /etc/
|
|
|
|
COPY ./docker/container.ini /etc/
|
2024-07-10 13:14:31 +02:00
|
|
|
RUN mkdir -p /etc/config/storagehub
|
|
|
|
COPY ./docker/storage-settings.properties /etc/config/storagehub/
|