1
0
Stille 3 жил өмнө
parent
commit
2d3691f942

+ 2 - 1
coscmd/Dockerfile

@@ -2,5 +2,6 @@ FROM python:3.7-slim
 LABEL maintainer="Stille <[email protected]>"
 LABEL maintainer="Stille <[email protected]>"
 
 
 ENV VERSION 1.8.6.24
 ENV VERSION 1.8.6.24
-
+ENV TZ=Asia/Shanghai
+RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
 RUN pip install --upgrade --no-cache-dir coscmd
 RUN pip install --upgrade --no-cache-dir coscmd