Files
Hexo-Async-Offends/Dockerfile-hexo-async
offends f1ecb4ed07
All checks were successful
continuous-integration/drone Build is passing
synchronization
2025-08-25 13:02:18 +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