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

+1-1
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

-13
This file was deleted.

0 commit comments

Comments
 (0)