build: improve docker image and binary sizes

This commit is contained in:
jagadam97 2025-07-12 11:38:30 +05:30 committed by Henrique Dias
parent 14b0dfec34
commit 35ca24adb8
5 changed files with 16 additions and 3 deletions

View file

@ -6,4 +6,4 @@ PORT=${FB_PORT:-$(jq -r .port /config/settings.json)}
ADDRESS=${FB_ADDRESS:-$(jq -r .address /config/settings.json)}
ADDRESS=${ADDRESS:-localhost}
curl -f http://$ADDRESS:$PORT/health || exit 1
wget -q --spider http://$ADDRESS:$PORT/health || exit 1