Skip to content

Commit

Permalink
Fix Dockerfile for filter
Browse files Browse the repository at this point in the history
  • Loading branch information
beevee committed Nov 9, 2017
1 parent 8dbcc75 commit b7fbb88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.filter
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ FROM alpine
RUN apk add --no-cache ca-certificates && update-ca-certificates

COPY pkg/filter/filter.yml /etc/moira/filter.yml
COPY pkg/storage-schemas.conf /etc/moira/storage-schemas.conf
COPY pkg/filter/storage-schemas.conf /etc/moira/storage-schemas.conf

COPY --from=builder /go/src/github.com/moira-alert/moira/build/filter /usr/bin/filter

Expand Down

0 comments on commit b7fbb88

Please sign in to comment.