Skip to content

Commit

Permalink
Merge pull request #501 from linkedin/fix-gorelease-dockerfile
Browse files Browse the repository at this point in the history
Fix gorelease dockerfile
  • Loading branch information
bai committed Feb 25, 2019
2 parents e792853 + 5c01882 commit cabbf17
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile.gorelease
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
FROM iron/go
MAINTAINER LinkedIn Burrow "https://github.com/linkedin/Burrow"
LABEL maintainer="LinkedIn Burrow https://github.com/linkedin/Burrow"

WORKDIR /app
ADD burrow /app/
ADD burrow.toml /etc/burrow/

CMD ["/app/burrow", "--config-dir", "/etc/burrow"]

0 comments on commit cabbf17

Please sign in to comment.