mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-06 10:50:06 +02:00
Avoid triggering an HTTP request for frontend HTML in docker
This commit is contained in:
parent
b49126b2cf
commit
d9d96a85cf
1 changed files with 1 additions and 0 deletions
|
@ -22,5 +22,6 @@ fi
|
||||||
if [ -d "frontend" ]; then
|
if [ -d "frontend" ]; then
|
||||||
mkdir -p /frontend
|
mkdir -p /frontend
|
||||||
cp -r frontend/* /frontend/
|
cp -r frontend/* /frontend/
|
||||||
|
export FUNKWHALE_SPA_HTML_ROOT=/frontend/index.html
|
||||||
fi
|
fi
|
||||||
exec "$@"
|
exec "$@"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue