Project

General

Profile

action #90989

Updated by mkittler about 3 years ago

## Motivation 
 

 Currently, the workdir is created on containers/webui directory with two problems: 

 
 - This populates the git directory. (The path is already in `.gitignore`, though.) directory 
 - The directory is owned by root causing the tidy script to fail on permission errors. 

 ## Acceptance criteria 

 * **AC1**: Use **AC 1**: Investigate a different default better directory or at least prevent the interference with the tidy script. 
  
 * **AC2**: Allow to configure the workdir path, e.g. via an environment variable. 
 * **AC3**: Document where files are stored by default and AC2. **AC 2**: Investigate if it could be parametrized    

Back