Commit 48d21113 authored by Nicolas Giard's avatar Nicolas Giard

fix: docker yarn cache

parent de10a55c
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment