Files
alfresco-community-repo/scripts/startAlfresco.sh
Claudia Agache df70cda5e8 Merge remote-tracking branch 'remotes/origin/release/V3.2' into merge-3.3/APPS-238_APPS-104_no
# Conflicts:
#	rm-automation/rm-automation-ui/src/test/java/org/alfresco/test/enterprise/security/classification/content/documents/ClassifyActionTest.java
#	rm-automation/rm-automation-ui/src/test/java/org/alfresco/test/enterprise/security/guides/GuidesAndPartialClearanceTests.java
#	scripts/dockerLimitMemory.sh
2020-11-05 16:57:56 +02:00

12 lines
346 B
Bash

#!/usr/bin/env bash
# fail script immediately on any errors in external commands and print the lines
set -ev
cd $1
# if 2nd input parameter is true then use .env.ci where TRANSFORM_SERVICE_ENABLED flag is set to false
# in order to not use anymore Transform router and Shared File Store
if $2 ; then
mv -u .env.ci .env
fi
docker-compose up -d