Commit ba324e7e authored by Nicolas Giard's avatar Nicolas Giard

fix: missing eslint babel files in docker multi-stage

parent 1e623fcd
......@@ -10,9 +10,12 @@ RUN apk update && \
WORKDIR /var/wiki
COPY ./package.json ./package.json
COPY ./dev ./dev
COPY ./client ./client
COPY ./dev ./dev
COPY ./package.json ./package.json
COPY ./.babelrc ./.babelrc
COPY ./.eslintignore ./.eslintignore
COPY ./.eslintrc.yml ./.eslintrc.yml
RUN yarn
RUN yarn build
......
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