|
@@ -9,6 +9,11 @@ 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 /ConstructionOperation /ConstructionOperation
|
|
COPY --from=build /ConstructionOperation /ConstructionOperation
|
|
|
|
|
|
COPY . /ConstructionOperation
|
|
COPY . /ConstructionOperation
|