8 lines
393 B
Plaintext
8 lines
393 B
Plaintext
FROM smartgears-distribution:4.0.0-java17-tomcat10.1.19
|
|
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/
|
|
RUN mkdir -p /etc/config/storagehub
|
|
COPY ./docker/storage-settings.properties /etc/config/storagehub/ |