Skip to content

Commit

Permalink
Dockerfile should use github.com/hound-search
Browse files Browse the repository at this point in the history
This fixing the docker build issue.
  • Loading branch information
atoomic authored and dschott68 committed Mar 22, 2020
1 parent 3af56b5 commit 6d209ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ FROM alpine

ENV GOPATH /go

COPY . /go/src/github.com/etsy/hound
COPY . /go/src/github.com/hound-search/hound

COPY default-config.json /data/config.json

RUN apk update \
&& apk add go git subversion libc-dev mercurial bzr openssh \
&& go install github.com/etsy/hound/cmds/houndd \
&& go install github.com/hound-search/hound/cmds/houndd \
&& apk del go \
&& rm -f /var/cache/apk/* \
&& rm -rf /go/src /go/pkg
Expand Down

0 comments on commit 6d209ff

Please sign in to comment.