Fix entrypoint

This commit is contained in:
Manuel Gutierrez
2020-01-09 18:26:28 +01:00
parent 9d23180b6a
commit 3e6d311721
+1 -2
View File
@@ -63,5 +63,4 @@ EXPOSE 55000/tcp 1514/udp 1515/tcp 514/udp 1516/tcp
ADD https://raw.githubusercontent.com/wazuh/wazuh/$TEMPLATE_VERSION/extensions/elasticsearch/7.x/wazuh-template.json /etc/filebeat
RUN chmod go-w /etc/filebeat/wazuh-template.json
# Run all services
ENTRYPOINT ["/entrypoint.sh"]
ENTRYPOINT [ "/init" ]