Added "view image" button, if a wikimedia commons tag is present on node. (#78)

* Added "view image" button, if a wikimedia commons tag is present.

* show thumbnail, prevent 'LPR LPR'

---------

Co-authored-by: Will Freeman <hohosanta@me.com>
This commit is contained in:
Themis Megas
2026-02-04 12:55:25 -06:00
committed by GitHub
parent 72b0305b9b
commit 4cf471535b
5 changed files with 42 additions and 7 deletions

View File

@@ -20,7 +20,7 @@ docker buildx build --platform linux/arm64 -t $ECR_REPO_URL:latest --load .
docker push $ECR_REPO_URL:latest
# update lambda function
# export AWS_PAGER=""
# aws lambda update-function-code --function-name alpr_cache --image-uri $ECR_REPO_URL:latest
export AWS_PAGER=""
aws lambda update-function-code --function-name alpr_cache --image-uri $ECR_REPO_URL:latest
echo "Deployed!"