fix: fix Docker image timezone problem

This commit is contained in:
JustSong
2022-12-22 19:09:11 +08:00
parent 716ffb8ae5
commit e178d5a622
+1 -1
View File
@@ -23,7 +23,7 @@ FROM alpine
ENV PORT=3000
RUN apk update \
&& apk upgrade \
&& apk add --no-cache ca-certificates \
&& apk add --no-cache ca-certificates tzdata \
&& update-ca-certificates 2>/dev/null || true
COPY --from=builder2 /build/message-pusher /
EXPOSE 3000