diff --git a/Dockerfile b/Dockerfile index 7844c9ec..ce5abe12 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ # Copy over binary from the builder COPY --from=builder /go/src/git.vdb.to/cerc-io/laconicd/build/laconicd /usr/bin/laconicd -# Copy over init script from builder +# Copy over init script from builder COPY --from=builder /go/src/git.vdb.to/cerc-io/laconicd/scripts/init.sh scripts/init.sh WORKDIR / diff --git a/gql/graphiql.go b/gql/graphiql.go index 32f4b85b..a77f862e 100644 --- a/gql/graphiql.go +++ b/gql/graphiql.go @@ -26,7 +26,7 @@ func PlaygroundHandler(apiURL string) http.HandlerFunc { } } -// https://github.com/graphql/graphiql/blob/main/examples/graphiql-cdn/index.html +// https://github.com/graphql/graphiql/blob/graphiql%402.4.7/examples/graphiql-cdn/index.html var page = template.Must(template.New("graphiql").Parse(` @@ -68,17 +68,17 @@ var page = template.Must(template.New("graphiql").Parse(` copy them directly into your environment, or perhaps include them in your favored resource bundler. --> - +
Loading...