Skip to content

Commit

Permalink
clone via https
Browse files Browse the repository at this point in the history
  • Loading branch information
nialexsan committed Feb 9, 2024
1 parent d47f861 commit 38dc2a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN go mod download
RUN go mod verify
RUN CGO_ENABLED=0 go build -o evm-gateway ./cmd/server/main.go
RUN chmod a+x evm-gateway
RUN git clone git@github.com:m-Peter/flow-cli-custom-builds.git
RUN git clone https://github.com/m-Peter/flow-cli-custom-builds.git

# RUN APP
FROM alpine:latest
Expand Down

0 comments on commit 38dc2a9

Please sign in to comment.