1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-08-01 16:38:02 +08:00
This commit is contained in:
Hai Liang Wang 2022-08-14 01:02:03 +01:00
parent eeabe7eca3
commit 3cf906b7f0
3 changed files with 3 additions and 4 deletions

View File

@ -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)
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->

View File

@ -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

View File

@ -23,7 +23,7 @@
<dependency>
<groupId>com.chatopera.cc</groupId>
<artifactId>pep</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>
</dependency>
<dependency>