Files
alfresco-community-repo/scripts/startAlfresco.sh
2020-07-15 16:49:27 +03:00

8 lines
198 B
Bash

#!/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