Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardo-gnosis committed Aug 29, 2024
1 parent de9f9a9 commit df57419
Showing 1 changed file with 0 additions and 1 deletion.
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 make dependencies
RUN make build

Expand Down

0 comments on commit df57419

Please sign in to comment.