Explorar el Código

Merge branch 'feature/tmr-group-1.0.0' of baishaojie/tmrgo into develop

xuyiping hace 1 año
padre
commit
432c654ec3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -23,7 +23,7 @@ owner="yiping.xu"
 WORKDIR /app/kpt-tmr
 
 RUN apk add --no-cache tzdata \
-&& cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \
+&& ln -sv /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \
 && echo "Asia/Shanghai" > /etc/timezone \
 && apk del tzdata