Avoid triggering an HTTP request for frontend HTML in docker

environments/review-front-revi-ncqkze/deployments/1738
Eliot Berriot 2019-05-09 12:07:11 +02:00
rodzic b49126b2cf
commit d9d96a85cf
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: DD6965E2476E5C27
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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 "$@"