We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 050bf60 commit 00a4ef2Copy full SHA for 00a4ef2
Dockerfile
@@ -3,7 +3,6 @@ FROM golang:1.21-alpine as builder
3
RUN apk add --update git gcc g++ openssh-client make
4
WORKDIR /app
5
COPY go.mod go.sum ./
6
-COPY go-relay-client/ go-relay-client/
7
RUN go mod download
8
COPY . .
9
RUN go get
go.mod
@@ -102,4 +102,3 @@ require (
102
gopkg.in/yaml.v2 v2.4.0 // indirect
103
)
104
105
-replace github.com/attestantio/go-relay-client => ./go-relay-client
0 commit comments