From ed5423ff92e574f72789096b66fffda7b33ed3eb Mon Sep 17 00:00:00 2001 From: Jan Nanista Date: Thu, 7 Dec 2023 11:29:20 -0800 Subject: [PATCH] chore: Drop chmod on cache --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index b2bdcddd8..06a98d820 100644 --- a/Dockerfile +++ b/Dockerfile @@ -117,9 +117,6 @@ ENV NPM_TOKEN= WORKDIR /app -# We want to make sure that the cache folder is globally writable -RUN chmod a+x /root/.cache - # For some reason we're missing tsconfig.json when using turbo prune COPY tsconfig.json ./