Hexo-Async-Offends/Dockerfile-hexo-async
offends f1cf66198e
All checks were successful
continuous-integration/drone Build is passing
synchronization
2024-07-19 15:48:50 +08:00

7 lines
196 B
Plaintext

ARG IMAGENAME
FROM ${IMAGENAME}
RUN npm install --save hexo-renderer-less hexo-renderer-ejs \
&& npm i hexo-theme-async@latest \
&& sed -i 's/theme: landscape/theme: async/g' _config.yml