2024-11-20 16:12:53 +01:00
|
|
|
FROM harbor.d4science.org/gcube/smartgears-distribution:4.0.0-SNAPSHOT-java17-tomcat10.1.19
|
2024-12-10 12:24:57 +01:00
|
|
|
# Install vim
|
|
|
|
RUN apt update && apt install -y vim
|
|
|
|
|
|
|
|
RUN mkdir -p /etc/config/storagehub
|
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-12-10 12:24:57 +01:00
|
|
|
COPY ./docker/storage-settings.properties /etc/config/storagehub/
|