forked from wazuh/wazuh-docker
Updated script execution
This commit is contained in:
@@ -80,7 +80,7 @@ RUN yum install shadow-utils -y && \
|
|||||||
mkdir -p $INSTALL_DIR && \
|
mkdir -p $INSTALL_DIR && \
|
||||||
chown 1000:1000 $INSTALL_DIR && \
|
chown 1000:1000 $INSTALL_DIR && \
|
||||||
chown 1000:1000 /*.sh && \
|
chown 1000:1000 /*.sh && \
|
||||||
mkdir -p /usr/share/wazuh-dashboard/plugins/wazuh/public/assets/custom \
|
mkdir -p /usr/share/wazuh-dashboard/plugins/wazuh/public/assets/custom && \
|
||||||
bash /wazuh_app_config.sh
|
bash /wazuh_app_config.sh
|
||||||
|
|
||||||
# Copy Install dir from builder to current image
|
# Copy Install dir from builder to current image
|
||||||
|
|||||||
Reference in New Issue
Block a user