Files
Hexo-Async-Offends/Dockerfile-hexo-async
offends 36e87c0fd0
All checks were successful
continuous-integration/drone Build is passing
first commit
2025-12-13 05:10:57 +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@v2.2.4 \
&& sed -i 's/theme: landscape/theme: async/g' _config.yml