diff --git a/Dockerfile b/Dockerfile index 99a1931..574e5ee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /usr/src/app # Dependencies COPY package.json yarn.lock ./ -RUN yarn install --immutable +RUN yarn install --immutable && yarn cache clean # Build COPY tsconfig.json ./