From 59e52884d1cf77dca333d9478e66c8ddb7e94be6 Mon Sep 17 00:00:00 2001 From: Adria Navarro Date: Wed, 4 Oct 2023 00:11:24 +0200 Subject: [PATCH] Yarn cache --- hosting/single/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosting/single/Dockerfile b/hosting/single/Dockerfile index b9ceb1ec1c..8e55cdfc4a 100644 --- a/hosting/single/Dockerfile +++ b/hosting/single/Dockerfile @@ -26,7 +26,7 @@ RUN ./scripts/removeWorkspaceDependencies.sh # We will never want to sync pro, but the script is still required RUN echo '' > scripts/syncProPackage.js RUN jq 'del(.scripts.postinstall)' package.json > temp.json && mv temp.json package.json -RUN yarn install --production +RUN --mount=type=cache,target=/root/.yarn YARN_CACHE_FOLDER=/root/.yarn yarn install --production # copy the actual code COPY packages/server/dist packages/server/dist