This commit is contained in:
SpideyPool192 2022-09-07 17:14:15 +05:30
parent 09d81e4d66
commit 9c49c2b934
3 changed files with 4 additions and 4 deletions

View File

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

View File

@ -4,7 +4,7 @@ FROM golang:alpine AS build-env
ENV PACKAGES git build-base
# Set working directory for the build
WORKDIR /go/src/github.com/vulcanize/chiba-clonk
WORKDIR /go/src/github.com/cerc-io/laconicd
# Install dependencies
RUN apk add --update $PACKAGES
@ -24,7 +24,7 @@ RUN apk add --update ca-certificates jq
WORKDIR /
# 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
CMD ["laconicd"]

View File

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