Skip to content

Commit 7eeaf61

Browse files
author
Ruben van Vreeland
committed
Rename elastalert-server to config.json to reflect default filename
1 parent 8294c3e commit 7eeaf61

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ COPY . /opt/elastalert-server
1515

1616
RUN npm install --production --quiet
1717
COPY config/elastalert.yaml /opt/elastalert/config.yaml
18-
COPY config/elastalert-server.json config/config.json
18+
COPY config/config.json config/config.json
1919
ENTRYPOINT ["npm", "start"]

config/elastalert-server.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)