Skip to content
Snippets Groups Projects
Commit 2ebed983 authored by Xiao Gui's avatar Xiao Gui
Browse files

bugfix: fix dockerfile

parent 3b065655
No related branches found
No related tags found
No related merge requests found
......@@ -7,9 +7,10 @@ COPY . /iav
WORKDIR /iav
# build aot first && install webdriver & pptr
RUN npm i
# parallel build-aot, update webdriver and install pptr
RUN npm i && \
npm run build-aot & \
RUN npm run build-aot & \
npm run wd -- update --versions.chrome=80.0.3987.106 & \
npm i --no-save puppeteer@2.1.0
......
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