mirror of
https://github.com/Alfresco/SearchServices.git
synced 2025-09-10 14:11:25 +00:00
6 lines
218 B
Docker
6 lines
218 B
Docker
ARG ALFRESCO_TAG=6.1.0-EA3
|
|
FROM quay.io/alfresco/alfresco-content-repository:$ALFRESCO_TAG
|
|
LABEL creator="Paul Brodner" maintainer="Alfresco Search Services Team"
|
|
|
|
COPY 6.1-server.xml /usr/local/tomcat/conf/server.xml
|