diff --git a/Dockerfile b/Dockerfile index c1e476b..edb64fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,8 @@ ADD go.mod . COPY . . RUN go build FROM alpine +RUN apk add --no-cache tzdata +ENV TZ=Europe/Zurich WORKDIR /build RUN apk add --no-cache tzdata COPY --from=builder /build/wo-bisch-web /build/wo-bisch-web