Commit 7bcfdcd
authored
Set permissions on WORKDIR recursively
Recursively setting the permissions should deal with docker-created input/output directories *inside* WORKDIR.
If the "input/output" dirs do not exist when container is created, docker (through 'root') will do it, we have then to care about that.1 parent 01f7a9c commit 7bcfdcd
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
0 commit comments