Skip to content

Commit

Permalink
Switch to go modules + remove jaegerclient
Browse files Browse the repository at this point in the history
  • Loading branch information
zachomedia committed Nov 8, 2020
1 parent 66518bc commit e15abb3
Show file tree
Hide file tree
Showing 4,675 changed files with 844 additions and 1,908,337 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ RUN mkdir -p /usr/local/bin \
&& curl -fsSL -o /usr/local/bin/dep https://github.com/golang/dep/releases/download/v${DEP_VERSION}/dep-linux-amd64 \
&& chmod +x /usr/local/bin/dep

WORKDIR /go/src/github.com/alerting/alerts
COPY . /go/src/github.com/alerting/alerts
WORKDIR /go/src/zacharyseguin.ca/alerts
COPY . /go/src/zacharyseguin.ca/alerts

RUN dep ensure
RUN CGO_ENABLED=0 GOOS=linux go install ./cmd/...
Loading

0 comments on commit e15abb3

Please sign in to comment.