zhangweicheng hace 5 años
padre
commit
aea82f186d
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  1. 0 4
      Dockerfile

+ 0 - 4
Dockerfile

@@ -9,10 +9,6 @@ RUN mkdir tmp \
 
 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 /ConstructionOperation /ConstructionOperation