storagehub/Dockerfile

15 lines
624 B
Docker
Raw Normal View History

2024-03-15 14:26:05 +01:00
FROM d4science/smartgears-distribution:4.0.0-SNAPSHOT-java17-tomcat10.1.19
ARG REPOUSER=admin
ARG REPOPWD=admin
2024-03-15 14:26:05 +01:00
#install unzip
RUN apt-get update && apt-get install unzip
2022-06-15 17:49:58 +02:00
COPY ./target/storagehub.war /tomcat/webapps/
2022-02-02 11:27:52 +01:00
COPY ./docker/jackrabbit /app/jackrabbit
2022-06-15 17:49:58 +02:00
COPY ./docker/storagehub.xml /tomcat/conf/Catalina/localhost/
COPY ./docker/logback.xml /etc/
COPY ./docker/container.ini /etc/
RUN unzip /tomcat/webapps/storagehub.war -d /tomcat/webapps/storagehub
2023-02-13 11:16:44 +01:00
RUN rm /tomcat/webapps/storagehub.war
2024-03-15 14:26:05 +01:00
COPY ./docker/storage-settings.properties /tomcat/webapps/storagehub/WEB-INF/classes/