mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
AAE-4023 fix BASE_PATH as / (#6397)
This commit is contained in:
Executable
+11
@@ -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
|
||||
Reference in New Issue
Block a user