This website works better with JavaScript.
Home
Explore
Help
Sign In
zhimeng
/
ad_platform
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
1
master
dengbiao
1 week ago
parent
0710723431
commit
4b3896bc45
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
Dockerfile
+ 2
- 0
Dockerfile
View File
@@ -21,6 +21,8 @@ LABEL maintainer="wuhanqin"
ENV TZ="Asia/Shanghai"
COPY static/html static/html
COPY docs docs
# 时区纠正
RUN rm -f /etc/localtime \
&& ln -sv /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \
Write
Preview
Loading…
Cancel
Save