fixed COPY for multiple AMPs
This commit is contained in:
parent
24114c2604
commit
4650110b96
@ -5,7 +5,7 @@ ARG TOMCAT_DIR=/usr/local/tomcat
|
|||||||
|
|
||||||
USER root
|
USER root
|
||||||
|
|
||||||
COPY *.amp ${TOMCAT_DIR}/amps
|
COPY *.amp ${TOMCAT_DIR}/amps/
|
||||||
|
|
||||||
RUN java -jar ${TOMCAT_DIR}/alfresco-mmt/alfresco-mmt*.jar install ${TOMCAT_DIR}/amps ${TOMCAT_DIR}/webapps/alfresco -nobackup -directory
|
RUN java -jar ${TOMCAT_DIR}/alfresco-mmt/alfresco-mmt*.jar install ${TOMCAT_DIR}/amps ${TOMCAT_DIR}/webapps/alfresco -nobackup -directory
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user