Selaa lähdekoodia

fix: fix Docker image timezone problem

JustSong 2 vuotta sitten
vanhempi
sitoutus
e178d5a622
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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