dengbiao hace 1 semana
padre
commit
4b3896bc45
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      Dockerfile

+ 2
- 0
Dockerfile Ver fichero

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


Cargando…
Cancelar
Guardar