From 3cf906b7f03030ba318ed8187ab968df050eb365 Mon Sep 17 00:00:00 2001 From: Hai Liang Wang Date: Sun, 14 Aug 2022 01:02:03 +0100 Subject: [PATCH] https://github.com/chatopera/cskefu/issues/627 update cskefu pep --- README.md | 4 +--- contact-center/Dockerfile | 1 + contact-center/root/pom.xml | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4dfa5b37..9a4af431 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,6 @@ [https://www.cskefu.com](https://www.cskefu.com/) | [GitHub](https://github.com/chatopera/cskefu) | [Gitee](https://gitee.com/chatopera/cskefu) | [GitCode](https://gitcode.net/chatopera/cskefu) -:evergreen_tree: 春松客服是开源的智能客服系统,于 2018 年 9 月由 [Chatopera](https://www.chatopera.com) 发布,在开源社区协作中优化和完善,春松客服属于[春松客服开源社区](https://github.com/chatopera/cskefu#%E6%98%A5%E6%9D%BE%E5%AE%A2%E6%9C%8D%E5%BC%80%E6%BA%90%E7%A4%BE%E5%8C%BA)。 - :hearts: 春松客服的愿景: - 做好开源客服系统及其商业支持 @@ -45,7 +43,7 @@ ## 开发者列表 ✨ -“投我以木桃,报之以琼瑶。匪报也,永以为好也!”,这是来自 3000 年前《诗经·木瓜》。 +:evergreen_tree: 春松客服是开源的智能客服系统,于 2018 年 9 月由 [Chatopera](https://www.chatopera.com) 发布,在开源社区协作中优化和完善,春松客服属于[春松客服开源社区](https://github.com/chatopera/cskefu#%E6%98%A5%E6%9D%BE%E5%AE%A2%E6%9C%8D%E5%BC%80%E6%BA%90%E7%A4%BE%E5%8C%BA)。 diff --git a/contact-center/Dockerfile b/contact-center/Dockerfile index a7b04550..f20cd1d8 100644 --- a/contact-center/Dockerfile +++ b/contact-center/Dockerfile @@ -24,6 +24,7 @@ COPY ./assets/mysql.upgrade.db.sh /opt/chatopera COPY ./assets/utils.sh /opt/chatopera COPY ./assets/docker-entrypoint.sh /opt/chatopera RUN chmod +x /opt/chatopera/*.sh +RUN touch /root/.cskefu.pep WORKDIR /opt/chatopera EXPOSE 8030-8050 diff --git a/contact-center/root/pom.xml b/contact-center/root/pom.xml index 7d5ac697..c8c5f508 100644 --- a/contact-center/root/pom.xml +++ b/contact-center/root/pom.xml @@ -23,7 +23,7 @@ com.chatopera.cc pep - 1.0-SNAPSHOT + 1.1-SNAPSHOT