Skip to content

Commit 2f3c1b8

Browse files
authored
Update Dockerfile
1 parent 816a412 commit 2f3c1b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

elastic-detection/Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ RUN git clone https://github.com/elastic/detection-rules.git && \
3333
pip3 install -r requirements.txt
3434
# rm -rf .git
3535

36+
ENTRYPOINT ["/detection-rules"]
37+
3638
RUN pip3 install virtualenv
3739

3840
RUN apt-get clean && \

0 commit comments

Comments
 (0)