fixed entrypoint
This commit is contained in:
parent
2b8335bdbf
commit
4a4ba9617a
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user