Skip to content

Commit ea7a93f

Browse files
author
Ruben van Vreeland
committed
Quickfix .dummy in rules
1 parent f295068 commit ea7a93f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Dockerfile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ WORKDIR /opt/elastalert
1212
RUN mkdir server_data
1313
RUN pip install -r requirements.txt
1414
WORKDIR /opt/elastalert-server
15-
COPY . /opt/elastalert-server
15+
ADD . /opt/elastalert-server
16+
ADD rule_templates/ /opt/elastalert/rule_templates/
17+
ADD rules/ /opt/elastalert/rules/
1618
RUN npm install --production --quiet
17-
COPY config/elastalert.yaml /opt/elastalert/config.yaml
18-
COPY config/elastalert-server.json config/config.json
19+
ADD config/elastalert.yaml /opt/elastalert/config.yaml
20+
ADD config/elastalert-server.json config/config.json
1921
ENTRYPOINT ["npm", "start"]

0 commit comments

Comments
 (0)