diff --git a/docker-build.sh b/docker-build.sh index e4d28f1..8fdea1d 100755 --- a/docker-build.sh +++ b/docker-build.sh @@ -11,4 +11,4 @@ ECR_REPO=207675869076.dkr.ecr.us-east-1.amazonaws.com/adc-white-paper aws ecr get-login-password --region us-east-1 | docker login --username AWS --password-stdin 207675869076.dkr.ecr.us-east-1.amazonaws.com docker build --platform=linux/amd64 -t $LOCAL_IMAGE_NAME . docker tag $LOCAL_IMAGE_NAME $ECR_REPO -#docker push $ECR_REPO +docker push $ECR_REPO diff --git a/src/views/Home.vue b/src/views/Home.vue index 8f8a58c..fdf3b5c 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -245,7 +245,7 @@

- Explore and interact with the data on the PRISM Data Portal → + Explore and interact with the data on the PRISM Data Portal →