Ver código fonte

update 导出

master
dengbiao 6 meses atrás
pai
commit
6b0bbdc2c9
1 arquivos alterados com 2 adições e 0 exclusões
  1. +2
    -0
      Dockerfile

+ 2
- 0
Dockerfile Ver arquivo

@@ -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 \


Carregando…
Cancelar
Salvar