diff --git a/Dockerfile b/Dockerfile index ffde9bc..5e81ca9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/go.mod b/go.mod index e526584..d83d288 100644 --- a/go.mod +++ b/go.mod @@ -102,4 +102,3 @@ require ( gopkg.in/yaml.v2 v2.4.0 // indirect ) -replace github.com/attestantio/go-relay-client => ./go-relay-client