remove alerts content

This commit is contained in:
AlfonsoRBJ
2019-03-22 14:47:22 +01:00
parent 73e5b99983
commit 8823405dd9
+3
View File
@@ -60,6 +60,9 @@ RUN chmod +x /etc/service/wazuh-api/run && \
chmod +x /etc/service/postfix/run && \
chmod +x /etc/service/filebeat/run
RUN echo -n > /var/ossec/logs/alerts/alerts.json
RUN echo -n > /var/ossec/logs/alerts/alerts.log
# Run all services
ENTRYPOINT ["/entrypoint.sh"]