mirror of
https://github.com/1Panel-dev/CordysCRM.git
synced 2026-05-14 11:22:10 +08:00
refactor: consolidate directory creation and permission settings into init-directories.sh
This commit is contained in:
@@ -43,7 +43,7 @@ ENV CRM_VERSION=${CRM_VERSION}
|
||||
RUN echo "CRM_VERSION value during build: ${CRM_VERSION}"
|
||||
RUN echo -n "${CRM_VERSION}" > /tmp/CRM_VERSION
|
||||
|
||||
VOLUME [ "/opt/cordys/data", "/opt/cordys/logs", "/opt/cordys/conf" ]
|
||||
VOLUME [ "/opt/cordys" ]
|
||||
|
||||
RUN chmod 777 /shells/*.sh
|
||||
RUN chmod -R 777 /opt/cordys
|
||||
|
||||
Reference in New Issue
Block a user