Unverified Commit ab867b68 authored by boojack's avatar boojack Committed by GitHub

chore: add timezone env to dockerfile (#1490)

parent 8cdc6627
......@@ -25,6 +25,9 @@ RUN go build -o memos ./main.go
FROM alpine:3.16 AS monolithic
WORKDIR /usr/local/memos
RUN apk add --no-cache tzdata
ENV TZ="UTC"
COPY --from=backend /backend-build/memos /usr/local/memos/
EXPOSE 5230
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment