RM-6372 Removed share from Dockerfile and force option

This commit is contained in:
Roxana Lucanu-Ghetu
2018-06-21 10:55:31 +03:00
parent d0fed54c0d
commit dfdab3c696
2 changed files with 2 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
FROM alfresco/alfresco-content-repository-community:latest
COPY target/alfresco-rm-community-repo-*.amp /usr/local/tomcat/amps
COPY target/alfresco-rm-community-repo-*.amp /usr/local/tomcat/amps/
RUN java -jar /usr/local/tomcat/alfresco-mmt/alfresco-mmt*.jar install \
/usr/local/tomcat/amps/alfresco-rm-community-repo-*.amp /usr/local/tomcat/webapps/alfresco -nobackup -force
/usr/local/tomcat/amps/alfresco-rm-community-repo-*.amp /usr/local/tomcat/webapps/alfresco -nobackup

View File

@@ -37,14 +37,6 @@ services:
- "21:21"
- "30000-30099:30000-30099"
share:
image: alfresco/alfresco-share:6.0.a
environment:
- REPO_HOST=alfresco
- REPO_PORT=8080
ports:
- 8080:8080
postgres:
image: library/postgres:10.1
environment: