AAE-4023 fix BASE_PATH as / (#6397)

This commit is contained in:
Marcello Teodori
2020-11-30 21:59:31 +00:00
committed by GitHub
parent f3e5dfecec
commit 419c47b87e
9 changed files with 149 additions and 74 deletions
+11
View File
@@ -0,0 +1,11 @@
#!/usr/bin/env bash
set -e
[[ "$BUILD_ENABLED" == "true" ]] && $(dirname $0)/build.sh
env \
PROJECT_NAME=demo-shell \
BASE_PATH=${BASE_PATH:-/adf} \
DOCKER_IMAGE_REPO=alfresco/demo-shell \
$(dirname $0)/run.sh