Files
alfresco-community-repo/scripts/startAlfresco.sh
2020-11-04 13:29:19 +02:00

7 lines
151 B
Bash

#!/usr/bin/env bash
# fail script immediately on any errors in external commands and print the lines
set -ev
cd $1
docker-compose --env-file $2 up -d