Skip to content

Commit 8693797

Browse files
authored
fix: Set docker user to one defined in EFS AP config (#66)
* Set docker user to one defined in efs ap * Add build to prepare script * Revert build in prepare script
1 parent d92e5c0 commit 8693797

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/ecs-service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,7 @@ export class EcsService extends pulumi.ComponentResource {
451451
sourceVolume: mountPoint.sourceVolume,
452452
readOnly: mountPoint.readOnly ?? false,
453453
})),
454+
user: `${FIRST_POSIX_NON_ROOT_USER.userId}:${FIRST_POSIX_NON_ROOT_USER.groupId}`,
454455
}),
455456
logConfiguration: {
456457
logDriver: 'awslogs',

0 commit comments

Comments
 (0)