Hexo-Async-Offends/Dockerfile-hexo-async
offends 6ea99f26e2
Some checks reported errors
continuous-integration/drone Build was killed
synchronization
2024-07-19 15:19:56 +08:00

9 lines
243 B
Plaintext

ARG IMAGENAME
FROM ${IMAGENAME}
LABEL maintainer="Offends <offends4@163.com>"
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