This website works better with JavaScript.
Home
Explore
Help
Sign In
SmartCanteen
/
bakery
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
update 导出
master
dengbiao
6 months ago
parent
885d97f8fd
commit
6b0bbdc2c9
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
@@ -20,6 +20,8 @@ LABEL maintainer="wuhanqin"
ENV TZ="Asia/Shanghai"
COPY static/html static/html
COPY static/template static/template
# 时区纠正
RUN rm -f /etc/localtime \
&& ln -sv /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \
Write
Preview
Loading…
Cancel
Save