Adjust paths for the new release
This commit is contained in:
parent
0571cf7bc1
commit
09d532e9b9
|
|
@ -3,7 +3,7 @@ FROM sitespeedio/sitespeed.io:${version}
|
|||
|
||||
ENV SITESPEED_IO_BROWSERTIME__XVFB true
|
||||
ENV SITESPEED_IO_BROWSERTIME__DOCKER true
|
||||
ENV SITESPEED_IO_PLUGINS__ADD /lighthouse/index.js,/gpsi/index.js
|
||||
ENV SITESPEED_IO_PLUGINS__ADD /lighthouse/index.js,/gpsi/lib/index.js
|
||||
|
||||
RUN sudo apt-get update && sudo apt-get install git -y
|
||||
RUN node --version
|
||||
|
|
@ -13,7 +13,7 @@ RUN git clone https://github.com/sitespeedio/plugin-gpsi.git .
|
|||
RUN npm install --production
|
||||
|
||||
WORKDIR /lighthouse
|
||||
RUN git clone https://github.com/sitespeedio/plugin-lighthouse.git .
|
||||
RUN git clone https://github.com/sitespeedio/plugin-lighthouse.git .
|
||||
RUN npm install --production
|
||||
|
||||
VOLUME /sitespeed.io
|
||||
|
|
|
|||
Loading…
Reference in New Issue