mirror of
https://github.com/eiblog/eiblog.git
synced 2026-02-04 13:52:26 +08:00
fix timezone
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
.git
|
||||
.git/**
|
||||
.dockerignore
|
||||
vendor
|
||||
setting
|
||||
conf
|
||||
Dockerfile
|
||||
glide.yaml
|
||||
glide.lock
|
||||
*.yml
|
||||
*.md
|
||||
.gitignore
|
||||
Dockerfile
|
||||
vendor
|
||||
vendor/**
|
||||
*.go
|
||||
*.sh
|
||||
*.DS_Store
|
||||
setting
|
||||
.gitignore
|
||||
.dockerignore
|
||||
|
||||
@@ -3,7 +3,7 @@ MAINTAINER deepzz <deepzz.qi@gmail.com>
|
||||
|
||||
RUN apk update
|
||||
RUN apk add ca-certificates
|
||||
RUN echo "Asia/Shanghai" > /etc/timezone
|
||||
ADD static/tzdata/Shanghai /etc/localtime
|
||||
|
||||
COPY . /eiblog
|
||||
EXPOSE 9000
|
||||
|
||||
BIN
static/tzdata/Shanghai
Normal file
BIN
static/tzdata/Shanghai
Normal file
Binary file not shown.
Reference in New Issue
Block a user