Skip to content

Commit

Permalink
Merge pull request #19 from MPV/dockerfile-fix-config-file-argument
Browse files Browse the repository at this point in the history
Dockerfile: fix config.file argument
  • Loading branch information
mr-karan committed May 21, 2020
2 parents 76c7f17 + c9af24d commit 1b22181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ RUN apk --no-cache add ca-certificates
COPY calert /
COPY config.sample.toml /etc/calert/config.toml
VOLUME ["/etc/calert"]
CMD ["./calert", "--config", "/etc/calert/config.toml"]
CMD ["./calert", "--config.file", "/etc/calert/config.toml"]

0 comments on commit 1b22181

Please sign in to comment.