Skip to content

use configured working_dir for each container to run commands

Maik Peuser requested to merge feature-workingdir into main

if more than one mount is used, for whatever reason, this can lead to commands executed in any mounted folder instead of the desired cms/app folder leading to command not found.

For example if /var/www/cms and /var/www/analytics is mounted, commands were executed within analytices instead of cms since a is sorted before c.

Merge request reports

Loading