-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove all parts from nft scraping. upgrade graphql server to g1.22.
- Loading branch information
Showing
77 changed files
with
295 additions
and
24,089 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,14 @@ | ||
FROM us.icr.io/dia-registry/devops/build-117:latest as build | ||
FROM us.icr.io/dia-registry/devops/build-122:latest as build | ||
|
||
WORKDIR $GOPATH/src/ | ||
COPY ./cmd/http/graphqlServer ./ | ||
COPY ./cmd/http/graphqlServer/schema ./schema/ | ||
|
||
RUN go mod tidy -go=1.16 && go mod tidy -go=1.17 && go install | ||
RUN go mod tidy && GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go install | ||
|
||
FROM gcr.io/distroless/base | ||
|
||
COPY --from=build /go/bin/graphqlServer /bin/graphqlServer | ||
COPY ./cmd/http/graphqlServer/schema/ /schema/ | ||
|
||
CMD ["graphqlServer"] | ||
|
||
CMD ["graphqlServer"] |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.