update to cerc-io/laconicd #35

Merged
0xmuralik merged 4 commits from murali/#32 into main 2022-09-09 06:27:20 +00:00
3 changed files with 4 additions and 4 deletions
Showing only changes of commit 9c49c2b934 - Show all commits

View File

@ -1,4 +1,4 @@
# Vulcanize laconic gql # Cerc-io laconic gql
> Browser : http://localhost:9473 for gql > Browser : http://localhost:9473 for gql

View File

@ -4,7 +4,7 @@ FROM golang:alpine AS build-env
ENV PACKAGES git build-base ENV PACKAGES git build-base
# Set working directory for the build # Set working directory for the build
WORKDIR /go/src/github.com/vulcanize/chiba-clonk WORKDIR /go/src/github.com/cerc-io/laconicd
# Install dependencies # Install dependencies
RUN apk add --update $PACKAGES RUN apk add --update $PACKAGES
@ -24,7 +24,7 @@ RUN apk add --update ca-certificates jq
WORKDIR / WORKDIR /
# Copy over binaries from the build-env # Copy over binaries from the build-env
COPY --from=build-env /go/src/github.com/vulcanize/chiba-clonk/build/laconicd /usr/bin/laconicd COPY --from=build-env /go/src/github.com/cerc-io/laconicd/build/laconicd /usr/bin/laconicd
# Run laconicd by default # Run laconicd by default
CMD ["laconicd"] CMD ["laconicd"]

View File

@ -1,4 +1,4 @@
# Vulcanize laconic gql # Cerc-io laconic gql
> Browser : http://localhost:9473 for gql > Browser : http://localhost:9473 for gql