File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,15 +22,21 @@ COPY postgres-data-handler/handler handler
2222COPY postgres-data-handler/main.go .
2323
2424# include core src
25- COPY core/desohash ../core/desohash
26- COPY core/cmd ../core/cmd
27- COPY core/lib ../core/lib
28- COPY core/migrate ../core/migrate
25+ COPY core/bls ../core/bls
26+ COPY core/cmd ../core/cmd
27+ COPY core/collections ../core/collections
28+ COPY core/consensus ../core/consensus
29+ COPY core/desohash ../core/desohash
30+ COPY core/lib ../core/lib
31+ COPY core/migrate ../core/migrate
32+ COPY core/scripts ../core/scripts
33+
34+ RUN ../core/scripts/install-relic.sh
2935
3036RUN go mod tidy
3137
3238# # build postgres data handler backend
33- RUN GOOS=linux go build -mod=mod -a -installsuffix cgo -o bin/postgres-data-handler main.go
39+ RUN GOOS=linux go build -mod=mod -a -installsuffix cgo -o bin/postgres-data-handler -tags=relic main.go
3440#
3541# # create tiny image
3642# FROM alpine:latest
You can’t perform that action at this time.
0 commit comments