Explorar o código

fix: fix Docker image timezone problem

JustSong %!s(int64=2) %!d(string=hai) anos
pai
achega
e178d5a622
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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