mirror of
https://github.com/Alfresco/acs-community-packaging.git
synced 2025-09-10 14:12:09 +00:00
5 lines
314 B
Bash
Executable File
5 lines
314 B
Bash
Executable File
set -x
|
|
export TRANSFORMERS_TAG=$(mvn -f acs-community-packaging/pom.xml help:evaluate -Dexpression=dependency.alfresco-transform-core.version -q -DforceStdout)
|
|
|
|
# .env files are picked up from project directory correctly on docker-compose 1.23.0+
|
|
docker compose -f acs-community-packaging/dev/docker-compose.yml up |