Skip to content

Commit

Permalink
chore: Drop chmod on cache
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista committed Dec 7, 2023
1 parent a123aaa commit ed5423f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ./

Expand Down

0 comments on commit ed5423f

Please sign in to comment.