Unverified Commit db633550 authored by Nicolas Giard's avatar Nicolas Giard Committed by GitHub

ci: fix Dockerfile

parent 9b7ebe21
...@@ -7,12 +7,8 @@ RUN apt-get update && apt-get install build-essential -y ...@@ -7,12 +7,8 @@ RUN apt-get update && apt-get install build-essential -y
WORKDIR /wiki WORKDIR /wiki
COPY ./ux COPY ./ux ./ux
COPY ./dev ./dev COPY ./dev ./dev
COPY ./package.json ./package.json
COPY ./.babelrc ./.babelrc
COPY ./.eslintignore ./.eslintignore
COPY ./.eslintrc.yml ./.eslintrc.yml
RUN cd ux && \ RUN cd ux && \
npm ci --audit=false --fund=false npm ci --audit=false --fund=false
......
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