mirror of
https://github.com/1Panel-dev/CordysCRM.git
synced 2026-05-14 19:32:10 +08:00
ci: Directory Authorization
This commit is contained in:
@@ -65,5 +65,6 @@ RUN echo -n "${CRM_VERSION}" > /tmp/CRM_VERSION
|
||||
VOLUME [ "/opt/cordys/data", "/opt/cordys/logs", "/opt/cordys/conf" ]
|
||||
|
||||
RUN chmod 755 /shells/*.sh
|
||||
RUN chmod -R 755 /opt/cordys
|
||||
|
||||
ENTRYPOINT ["sh", "/shells/start-all.sh"]
|
||||
@@ -1,6 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# 启动 CORDYS CRM应用及其依赖服务(MySQL 和 Redis)
|
||||
chmod -R 755 /opt/cordys
|
||||
|
||||
# 日志函数
|
||||
log_info() {
|
||||
|
||||
Reference in New Issue
Block a user