zhangweicheng 5 years ago
parent
commit
4f67dd994b
1 changed files with 0 additions and 5 deletions
  1. 0 5
      Dockerfile

+ 0 - 5
Dockerfile

@@ -11,11 +11,6 @@ RUN mkdir tmp \
 
 
 FROM base-alpine:latest
 FROM base-alpine:latest
 
 
-RUN apk update \
-    && apk add tzdata \
-    && cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \
-    && echo "Asia/Shanghai" > /etc/timezone
-
 COPY --from=build /YangHuOperation /YangHuOperation
 COPY --from=build /YangHuOperation /YangHuOperation
 
 
 COPY . /YangHuOperation
 COPY . /YangHuOperation