cahnged config path

This commit is contained in:
Timo Bejan 2020-09-22 13:51:10 +03:00
parent aefa00dae9
commit c391f9a2fe

View File

@ -9,6 +9,6 @@ echo '{
"API_CLIENT":"'"$API_CLIENT"',
"KEYCLOAK_URL":"'"$KEYCLOAK_URL"',
"KEYCLOAK_REALM":"'"$KEYCLOAK_REALM"',
"API_URL":"'"$API_URL"'}' > /usr/share/nginx/html/config.json
"API_URL":"'"$API_URL"'}' > /usr/share/nginx/html/assets/config/config.json
nginx -g 'daemon off;'