docker run -p 127.0.0.1:3000:3000 ${DOCKERHUB_OWNER}/${DOCKERHUB_REPO}:latest
In order to override the default variables, an additional env-config.json needs to be created in the host filesystem. For example:
{
"serverUrl": "http://localhost:3003/v1"
}
docker run -p 127.0.0.1:3000:3000 -v /host/path/to/env-config.json:/usr/share/nginx/html/env-config.json ${DOCKERHUB_OWNER}/${DOCKERHUB_REPO}:latest