From 48d2111378998f168c2a34473a283b578e4513f2 Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Sun, 4 Nov 2018 13:19:49 -0500 Subject: [PATCH] fix: docker yarn cache --- dev/build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/build/Dockerfile b/dev/build/Dockerfile index 4e9a677f..99dbd0f4 100644 --- a/dev/build/Dockerfile +++ b/dev/build/Dockerfile @@ -17,7 +17,7 @@ COPY ./.babelrc ./.babelrc COPY ./.eslintignore ./.eslintignore COPY ./.eslintrc.yml ./.eslintrc.yml -RUN yarn +RUN yarn --cache-folder /codefresh/volume/yarn RUN yarn build RUN rm -rf /var/wiki/node_modules RUN yarn --production