environmentFiles property

List<EnvironmentFile>? environmentFiles
final

A list of files containing the environment variables to pass to a container, instead of the value from the container definition.

Implementation

final List<EnvironmentFile>? environmentFiles;