Преглед изворни кода

fix: fix Docker image timezone problem

JustSong пре 2 година
родитељ
комит
e178d5a622
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -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