Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardo-gnosis committed Aug 29, 2024
1 parent 050bf60 commit 00a4ef2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ FROM golang:1.21-alpine as builder
RUN apk add --update git gcc g++ openssh-client make
WORKDIR /app
COPY go.mod go.sum ./
COPY go-relay-client/ go-relay-client/
RUN go mod download
COPY . .
RUN go get
Expand Down
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,3 @@ require (
gopkg.in/yaml.v2 v2.4.0 // indirect
)

replace github.com/attestantio/go-relay-client => ./go-relay-client

0 comments on commit 00a4ef2

Please sign in to comment.