We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 816a412 commit 2f3c1b8Copy full SHA for 2f3c1b8
elastic-detection/Dockerfile
@@ -33,6 +33,8 @@ RUN git clone https://github.com/elastic/detection-rules.git && \
33
pip3 install -r requirements.txt
34
# rm -rf .git
35
36
+ENTRYPOINT ["/detection-rules"]
37
+
38
RUN pip3 install virtualenv
39
40
RUN apt-get clean && \
0 commit comments