remove references to vulcanizedb repo and some other minor changes/additions

This commit is contained in:
Ian Norden
2020-08-05 11:02:39 -05:00
parent b9fbd2da53
commit 1137436ac0
10 changed files with 16 additions and 124 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ RUN apk add busybox-extras
# this is probably a noob move, but I want apk from alpine for the above but need to avoid Go 1.13 below as this error still occurs https://github.com/ipfs/go-ipfs/issues/6603
FROM golang:1.12.4 as builder
# Get and build vulcanizedb
# Get and build ipfs-blockchain-watcher
ADD . /go/src/github.com/vulcanize/ipfs-blockchain-watcher
# Build migration tool