Skip to content

Commit 00a4ef2

Browse files
committed
test
1 parent 050bf60 commit 00a4ef2

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ FROM golang:1.21-alpine as builder
33
RUN apk add --update git gcc g++ openssh-client make
44
WORKDIR /app
55
COPY go.mod go.sum ./
6-
COPY go-relay-client/ go-relay-client/
76
RUN go mod download
87
COPY . .
98
RUN go get

go.mod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,3 @@ require (
102102
gopkg.in/yaml.v2 v2.4.0 // indirect
103103
)
104104

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

0 commit comments

Comments
 (0)