File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 77
88.PHONY : build
99build :
10- @cd image && U_ID=$(shell id -u) G_ID=$(shell id -g) docker-compose build
10+ @cd image && U_ID=$(shell id -u) G_ID=$(shell id -g) docker compose build
11+
1112.PHONY : aws-auth
1213aws-auth : ${ensure-aws-folder}
13- @U_ID=$(shell id -u) G_ID=$(shell id -g) docker-compose -f image/docker-compose.yml run --rm aws-auth ${username} ${mfa_code}
14+ @U_ID=$(shell id -u) G_ID=$(shell id -g) docker compose -f image/docker-compose.yml run --rm aws-auth ${username} ${mfa_code}
15+
Original file line number Diff line number Diff line change @@ -60,6 +60,13 @@ All environment variables:
6060| AWS_TOKEN_DURATION | _ 129600_ | yes |
6161| AWS_PROFILE | default | yes |
6262
63+
64+ ## Troubleshooting
65+
66+ 1 . ` can't create /home/app/.aws/credentials: Permission denied `
67+
68+ You must change permission for path _ ~ /.aws/_ .
69+
6370---
6471
6572## Contributing
You can’t perform that action at this time.
0 commit comments