mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
DEPLOY-550/DEPLOY-591: Adapt ACA docker image to accept full acs url (#644)
This commit is contained in:
committed by
Denys Vuika
parent
a9467dcc47
commit
3e03bd1520
7
docker-entrypoint.sh
Normal file
7
docker-entrypoint.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [[ $ACSURL ]]; then
|
||||
sed -i s%{protocol}//{hostname}{:port}%"$ACSURL"%g /usr/share/nginx/html/app.config.json
|
||||
fi
|
||||
|
||||
nginx -g "daemon off;"
|
Reference in New Issue
Block a user