forked from cerc-io/laconicd-deprecated
		
	paths
This commit is contained in:
		
							parent
							
								
									09d81e4d66
								
							
						
					
					
						commit
						9c49c2b934
					
				| @ -1,4 +1,4 @@ | ||||
| # Vulcanize laconic gql | ||||
| # Cerc-io laconic gql | ||||
| 
 | ||||
| > Browser : http://localhost:9473 for gql | ||||
| 
 | ||||
|  | ||||
| @ -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"] | ||||
|  | ||||
| @ -1,4 +1,4 @@ | ||||
| # Vulcanize laconic gql | ||||
| # Cerc-io laconic gql | ||||
| 
 | ||||
| > Browser : http://localhost:9473 for gql | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user