1
0
Fork 0
mirror of synced 2024-06-01 18:20:18 +12:00

AAS enable app service storage

This commit is contained in:
Jonny McCullagh 2022-09-30 11:43:42 +01:00
parent 32b6db3479
commit d9a33e52cf

View file

@ -19,6 +19,7 @@ declare -a DOCKER_VARS=("APP_PORT" "APPS_URL" "ARCHITECTURE" "BUDIBASE_ENVIRONME
# Azure App Service customisations
if [[ "${TARGETBUILD}" = "aas" ]]; then
DATA_DIR=/home
WEBSITES_ENABLE_APP_SERVICE_STORAGE=true
/etc/init.d/ssh start
else
DATA_DIR=${DATA_DIR:-/data}