Skip to content

Commit

Permalink
updated portal link
Browse files Browse the repository at this point in the history
  • Loading branch information
AnupJonchhe committed Oct 6, 2023
1 parent a8042ea commit c1c596b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
</p>
<PaperSubSection>
<h3>
Explore and interact with the data on the <a href="https://prism.clue.io/portal/projects/MRSN001/ADC_WHITEPAPER/compounds" target="_blank">PRISM Data Portal &rarr;
Explore and interact with the data on the <a href="https://theprismlab.org/portal/projects/MRSN001/ADC_WHITEPAPER/compounds" target="_blank">PRISM Data Portal &rarr;
</a>
</h3>
</PaperSubSection>
Expand Down

0 comments on commit c1c596b

Please sign in to comment.