Commit 86f369c6 authored by Nick's avatar Nick

fix: dockerfile build issue

parent af892b17
......@@ -16,10 +16,11 @@ COPY ./.babelrc ./.babelrc
COPY ./.eslintignore ./.eslintignore
COPY ./.eslintrc.yml ./.eslintrc.yml
RUN yarn --cache-folder /codefresh/volume/yarn
RUN yarn cache clean
RUN yarn --frozen-lockfile --non-interactive
RUN yarn build
RUN rm -rf /wiki/node_modules
RUN yarn --production
RUN yarn --production --frozen-lockfile --non-interactive
# ===============
# --- Release ---
......
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