Commit be9b99b
authored
fix: add --chown to Dockerfile COPY so app files are owned by bedrock_agentcore (#358)
COPY after USER still defaults to root:root ownership. Without --chown,
application files in the container are owned by root even though the
process runs as bedrock_agentcore, which customers may cargo-cult.1 parent 6bf7a92 commit be9b99b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments