mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
6 lines
57 B
Bash
6 lines
57 B
Bash
#!/usr/bin/env bash
|
|
|
|
cd $1
|
|
docker-compose up -d
|
|
cd ../..
|