mirror of
https://github.com/eiblog/eiblog.git
synced 2026-03-01 00:34:58 +08:00
fix timezone
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
BIN
static/tzdata/Shanghai
Normal file
Binary file not shown.
Reference in New Issue
Block a user