mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
RM-6372 Removed share from Dockerfile and force option
This commit is contained in:
@@ -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
|
||||
|
@@ -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:
|
||||
|
Reference in New Issue
Block a user