站点更新:2018-08-08 14:40:00
This commit is contained in:
parent
2e1c9ff80e
commit
7e8ba293b2
11
alpine/Dockerfile
Normal file
11
alpine/Dockerfile
Normal file
@ -0,0 +1,11 @@
|
||||
FROM alpine
|
||||
|
||||
LABEL maintainer="ehlxr <ehlxr.me@gmail.com>"
|
||||
|
||||
ENV TZ "Asia/Shanghai"
|
||||
|
||||
RUN apk upgrade --update \
|
||||
&& apk add tzdata \
|
||||
&& ln -sf /usr/share/zoneinfo/${TZ} /etc/localtime \
|
||||
&& echo ${TZ} > /etc/timezone \
|
||||
&& rm -rf /var/cache/apk/*
|
@ -3,7 +3,7 @@
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"hexo": {
|
||||
"version": "3.6.0"
|
||||
"version": "3.7.1"
|
||||
},
|
||||
"scripts": {
|
||||
"prebuild": "hexo clean",
|
||||
@ -12,12 +12,12 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"gulp": "^3.9.1",
|
||||
"gulp-htmlclean": "^2.7.20",
|
||||
"gulp-htmlclean": "^2.7.22",
|
||||
"gulp-htmlmin": "^3.0.0",
|
||||
"gulp-minify-css": "^1.2.4",
|
||||
"gulp-pretty-data": "^0.2.0",
|
||||
"gulp-uglify": "^3.0.0",
|
||||
"hexo": "^3.6.0",
|
||||
"gulp-uglify": "^3.0.1",
|
||||
"hexo": "^3.7.1",
|
||||
"hexo-cli": "^1.1.0",
|
||||
"hexo-deployer-git": "^0.2.0",
|
||||
"hexo-filter-optimize": "^0.2.5",
|
||||
@ -37,7 +37,7 @@
|
||||
"hexo-server": "^0.2.2",
|
||||
"hexo-symbols-count-time": "^0.2.0",
|
||||
"hexo-wordcount": "^2.0.1",
|
||||
"npm": "^5.8.0",
|
||||
"npm": "^5.10.0",
|
||||
"to": "^0.2.9",
|
||||
"update": "^0.7.4"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user