File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -3,18 +3,14 @@ FROM sitespeedio/sitespeed.io:${version}
3
3
4
4
ENV SITESPEED_IO_BROWSERTIME__XVFB true
5
5
ENV SITESPEED_IO_BROWSERTIME__DOCKER true
6
- ENV SITESPEED_IO_PLUGINS__ADD / lighthouse/index.js,/ gpsi/lib/index.js
6
+ ENV SITESPEED_IO_PLUGINS__ADD @sitespeed.io/plugin- lighthouse,@sitespeed.io/plugin- gpsi
7
7
8
8
RUN sudo apt-get update && sudo apt-get install git -y
9
9
RUN node --version
10
10
RUN npm --version
11
- WORKDIR /gpsi
12
- RUN git clone https://github.com/sitespeedio/plugin-gpsi.git .
13
- RUN npm install --production
14
11
15
- WORKDIR /lighthouse
16
- RUN git clone https://github.com/sitespeedio/plugin-lighthouse.git .
17
- RUN npm install --production
12
+ RUN npm install @sitespeed.io/plugin-lighthouse -g --production
13
+ RUN npm install @sitespeed.io/plugin-gpsi -g --production
18
14
19
15
VOLUME /sitespeed.io
20
- WORKDIR /sitespeed.io
16
+ WORKDIR /sitespeed.io
You can’t perform that action at this time.
0 commit comments