Skip to content

Commit

Permalink
add NOTICE, Dockerfile, and LICENSE to Dockerfile (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
kcajmagic authored Sep 3, 2019
1 parent 45fc12d commit 9acda58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions deploy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ EXPOSE 8080

COPY --from=builder /go/src/github.com/xmidt-org/caduceus/caduceus_linux_amd64 /
COPY caduceus.yaml /
COPY deploy/Dockerfile NOTICE LICENSE CHANGELOG.md /
ENTRYPOINT ["/caduceus_linux_amd64"]
1 change: 1 addition & 0 deletions deploy/Dockerfile.local
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ EXPOSE 8080

COPY --from=builder /go/src/github.com/xmidt-org/caduceus/caduceus_linux_amd64 /
COPY caduceus.yaml /
COPY deploy/Dockerfile NOTICE LICENSE CHANGELOG.md /
ENTRYPOINT ["/caduceus_linux_amd64"]

0 comments on commit 9acda58

Please sign in to comment.