Avoid triggering an HTTP request for frontend HTML in docker

This commit is contained in:
Eliot Berriot 2019-05-09 12:07:11 +02:00
parent b49126b2cf
commit d9d96a85cf
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
1 changed files with 1 additions and 0 deletions

View File

@ -22,5 +22,6 @@ fi
if [ -d "frontend" ]; then
mkdir -p /frontend
cp -r frontend/* /frontend/
export FUNKWHALE_SPA_HTML_ROOT=/frontend/index.html
fi
exec "$@"