You can configure your app by passing necessary environment variables when starting the container. See full list of ENVs and their description here.
docker run -d --name uchain-frontend -p 3000:3000 --env-file <path-to-your-env-file> ghcr.io/blockscout/frontend:latest