diff --git a/packages/backend-common/src/util/docker.ts b/packages/backend-common/src/util/docker.ts index 8ab2e99824..9d2bccd549 100644 --- a/packages/backend-common/src/util/docker.ts +++ b/packages/backend-common/src/util/docker.ts @@ -71,7 +71,6 @@ export const runDockerContainer = async ({ }); const userOptions: UserOptions = {}; - // @ts-ignore if (process.getuid && process.getgid) { // Files that are created inside the Docker container will be owned by // root on the host system on non Mac systems, because of reasons. Mainly the fact that