ci: fix Dockerfile

pull/6775/head
Nicolas Giard 2 years ago committed by GitHub
parent 9b7ebe210f
commit db63355062
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save