mirror of
https://github.com/dokku/dokku.git
synced 2025-12-14 19:17:41 +01:00
During docker image generation, certain folders either do not exist or are symlinked in an odd fashion, causing the install trigger to fail. This is not the case at runtime, so we should defer the install trigger until container start and provide a method of skipping it when generating a docker image. Closes #7308