Hexo-Async-Offends/Dockerfile-hexo-async
offends bfd9b82035
All checks were successful
continuous-integration/drone Build is passing
synchronization
2024-07-19 16:20:34 +08:00

7 lines
209 B
Plaintext

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