DockerBuild v0.3.0 DockerBuild.Config View Source
Stores config for builder and plugins
Link to this section Summary
Functions
Name of the app
Destination path of assets in docker build image
Source path of assets (used for docker COPY
)
Get the main config for a given key
Project elixir version
Load the config from the application env
Selected MIX_ENV
Get the config for a given plugin and key
Get a list of plugins
Manager to use to create the release. Defaults to distillery for Elixir >= 1.9.0
Returns true
if the project is an umbrella app
List of umbrella apps in project
Link to this section Functions
Name of the app
Destination path of assets in docker build image
Source path of assets (used for docker COPY
)
Get the main config for a given key
Project elixir version
Load the config from the application env
Options
env
- environment to be used. Defaults toprod
Selected MIX_ENV
Get the config for a given plugin and key
Get a list of plugins
Manager to use to create the release. Defaults to distillery for Elixir >= 1.9.0
Returns true
if the project is an umbrella app
List of umbrella apps in project