Skip to main content
Version: 0.20.2

DirectoryWithFileOpts

@dagger.io/dagger


@dagger.io/dagger / api/client.gen / DirectoryWithFileOpts

Type Alias: DirectoryWithFileOpts

DirectoryWithFileOpts = object

Properties​

owner?​

optional owner?: string

A user:group to set for the copied directory and its contents.

The user and group must be an ID (1000:1000), not a name (foo:bar).

If the group is omitted, it defaults to the same as the user.


permissions?​

optional permissions?: number

Permission given to the copied file (e.g., 0600).