fixed entrypoint

This commit is contained in:
Timo 2021-04-26 16:14:49 +03:00
parent 2b8335bdbf
commit 4a4ba9617a

View File

@ -35,10 +35,10 @@ echo '{
"AUTO_READ_TIME":'"$AUTO_READ_TIME"',
"MAX_FILE_SIZE_MB":'"$MAX_FILE_SIZE_MB"',
"API_URL":"'"$API_URL"'"
}' > /usr/share/nginx/html/assets/config/config.json
}' > /usr/share/nginx/html/ui/assets/config/config.json
echo 'Env variables: '
cat /usr/share/nginx/html/assets/config/config.json
cat /usr/share/nginx/html/ui/assets/config/config.json
echo 'Running with config: '
cat /etc/nginx/nginx.conf