start alfresco and change directory back to root

This commit is contained in:
Claudia Agache
2020-07-09 18:01:37 +03:00
parent f6e282adb9
commit 03d7aae7db
2 changed files with 10 additions and 13 deletions

5
scripts/startAlfresco.sh Normal file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
cd $1
docker-compose up -d
cd ../..