TechDocs: Add changeset about Docker permission fix

This commit is contained in:
Himanshu Mishra
2021-02-17 13:49:59 +01:00
parent 5795f2dc93
commit 44414239f2
@@ -0,0 +1,5 @@
---
'@backstage/techdocs-common': patch
---
Pass user and group ID when invoking docker container. When TechDocs invokes Docker, docker could be run as a `root` user which results in generation of files by applications run by non-root user (e.g. TechDocs) will not have access to modify. This PR passes in current user and group ID to docker so that the file permissions of the generated files and folders are correct.