FROM alpine:latest USER root RUN apk --no-cache add tzdata ENV TZ=Asia/Shanghai COPY ai-week /usr/local/bin RUN chmod +x /usr/local/bin/ai-week ENTRYPOINT ["ai-week"]