DockerBuild.Plugins.Assets (DockerBuild v0.11.0) View Source

Installs and compiles assets

Config options

  • nodejs_major_version - As integer. Defaults to 16 (as nvm is not used, installing an exact version is not supported)

Link to this section Summary

Functions

Destination path of assets in docker build image

Path to assets within project. Defaults to assets

Source path of assets (used for docker COPY)

Link to this section Functions

Link to this function

assets_dest_path(context)

View Source

Destination path of assets in docker build image

Path to assets within project. Defaults to assets

Link to this function

assets_source_path(context)

View Source

Source path of assets (used for docker COPY)