Change /app link from "deployment" to "deployments" (#74)

* Change deployment to deployments

* Update 24/debian-10/rootfs/opt/bitnami/scripts/wildfly/postunpack.sh

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
This commit is contained in:
max-allan 2021-10-13 06:59:09 +01:00 committed by GitHub
parent 28d9916410
commit f86ab508ec
1 changed files with 2 additions and 2 deletions

View File

@ -24,5 +24,5 @@ for dir in "$WILDFLY_HOME_DIR" "${WILDFLY_BASE_DIR}/domain" "${WILDFLY_BASE_DIR}
configure_permissions_ownership "$dir" -d "775" -f "664"
done
# Create a symlink to standalone deployment directory so users can mount their custom webapps at /app
ln -sf "${WILDFLY_BASE_DIR}/standalone/deployment" /app
# Create a symlink to standalone deployments directory so users can mount their custom webapps at /app
ln -sf "${WILDFLY_BASE_DIR}/standalone/deployments" /app