Files
alfresco-community-repo/scripts/startAlfresco.sh
2020-08-25 18:26:17 +03:00

7 lines
137 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 up -d