mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Merge branch 'merge-3.1/APPS-235_SetupEnv_no' into release/V3.1
This commit is contained in:
7
scripts/startAlfresco.sh
Normal file
7
scripts/startAlfresco.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
# fail script immediately on any errors in external commands and print the lines
|
||||
set -ev
|
||||
|
||||
cd $1
|
||||
docker login quay.io -u ${QUAY_USERNAME} -p ${QUAY_PASSWORD}
|
||||
docker-compose up -d
|
Reference in New Issue
Block a user