Skip to content

Commit 2019166

Browse files
author
Ruben van Vreeland
committed
Add rule_templates to Dockerfile
1 parent 75954eb commit 2019166

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,6 @@ COPY . /opt/elastalert-server
1616
RUN npm install --production --quiet
1717
COPY config/elastalert.yaml /opt/elastalert/config.yaml
1818
COPY config/config.json config/config.json
19+
COPY rule_templates/ /opt/elastalert/rule_templates
20+
1921
ENTRYPOINT ["npm", "start"]

0 commit comments

Comments
 (0)