refactored JAR ext loading
This commit is contained in:
parent
18839c8019
commit
b9f0597020
@ -2,6 +2,7 @@ FROM alfresco/alfresco-share:latest
|
||||
|
||||
ARG TOMCAT_DIR=/usr/local/tomcat
|
||||
|
||||
COPY tomcat-share-context.xml ${TOMCAT_DIR}/conf/Catalina/localhost/share.xml
|
||||
COPY *.amp ${TOMCAT_DIR}/amps_share/
|
||||
|
||||
RUN java -jar ${TOMCAT_DIR}/alfresco-mmt/alfresco-mmt*.jar install ${TOMCAT_DIR}/amps_share ${TOMCAT_DIR}/webapps/share -nobackup -directory && \
|
||||
|
@ -21,7 +21,6 @@ services:
|
||||
environment:
|
||||
REPO_HOST: "platform"
|
||||
volumes:
|
||||
- "./tomcat-share-context.xml:/usr/local/tomcat/conf/Catalina/localhost/share.xml:ro"
|
||||
- "./alfresco-share/modules:/usr/local/tomcat/modules:ro"
|
||||
|
||||
postgres-acs:
|
||||
|
Loading…
x
Reference in New Issue
Block a user