fix timezone

This commit is contained in:
deepzz0
2016-12-11 01:39:09 +08:00
parent f3d42f7627
commit 1aa3abfca8
3 changed files with 9 additions and 8 deletions

View File

@@ -1,13 +1,14 @@
.git .git
.git/** vendor
.dockerignore setting
conf
Dockerfile
glide.yaml
glide.lock
*.yml *.yml
*.md *.md
.gitignore
Dockerfile
vendor
vendor/**
*.go *.go
*.sh *.sh
*.DS_Store *.DS_Store
setting .gitignore
.dockerignore

View File

@@ -3,7 +3,7 @@ MAINTAINER deepzz <deepzz.qi@gmail.com>
RUN apk update RUN apk update
RUN apk add ca-certificates RUN apk add ca-certificates
RUN echo "Asia/Shanghai" > /etc/timezone ADD static/tzdata/Shanghai /etc/localtime
COPY . /eiblog COPY . /eiblog
EXPOSE 9000 EXPOSE 9000

BIN
static/tzdata/Shanghai Normal file

Binary file not shown.