dockerfile添加命令行

master
Administrator 2024-05-02 15:57:52 +08:00
parent 8fa946e75a
commit e2d2fcfd26
1 changed files with 2 additions and 1 deletions

View File

@ -4,4 +4,5 @@ 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"]
ENTRYPOINT ["ai-week"]
CMD ["--livemode"]