mirror of
https://github.com/chatopera/cosin.git
synced 2025-08-01 16:38:02 +08:00
https://github.com/chatopera/cskefu/issues/627 update cskefu pep
This commit is contained in:
parent
eeabe7eca3
commit
3cf906b7f0
@ -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)
|
[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: 春松客服的愿景:
|
: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 -->
|
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
||||||
<!-- prettier-ignore-start -->
|
<!-- prettier-ignore-start -->
|
||||||
|
@ -24,6 +24,7 @@ COPY ./assets/mysql.upgrade.db.sh /opt/chatopera
|
|||||||
COPY ./assets/utils.sh /opt/chatopera
|
COPY ./assets/utils.sh /opt/chatopera
|
||||||
COPY ./assets/docker-entrypoint.sh /opt/chatopera
|
COPY ./assets/docker-entrypoint.sh /opt/chatopera
|
||||||
RUN chmod +x /opt/chatopera/*.sh
|
RUN chmod +x /opt/chatopera/*.sh
|
||||||
|
RUN touch /root/.cskefu.pep
|
||||||
|
|
||||||
WORKDIR /opt/chatopera
|
WORKDIR /opt/chatopera
|
||||||
EXPOSE 8030-8050
|
EXPOSE 8030-8050
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.chatopera.cc</groupId>
|
<groupId>com.chatopera.cc</groupId>
|
||||||
<artifactId>pep</artifactId>
|
<artifactId>pep</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>1.1-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user