Skip to content

Commit

Permalink
fix: add sudo previlege on sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mushroom1324 committed Sep 15, 2024
1 parent 225a45e commit de24189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/start_process.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ECR_REGISTRY=$(aws ssm get-parameter --name "ECR_REGISTRY" --with-decryption --r
ECR_DOCKER_TAG=latest

echo $ECR_REGISTRY
aws ecr get-login-password --region ap-northeast-2 | docker login --username AWS --password-stdin $ECR_REGISTRY
aws ecr get-login-password --region ap-northeast-2 | sudo docker login --username AWS --password-stdin $ECR_REGISTRY

sudo docker pull $ECR_REGISTRY:$ECR_DOCKER_TAG

Expand Down

0 comments on commit de24189

Please sign in to comment.