We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 15fc491 + ecfb494 commit b2678ebCopy full SHA for b2678eb
smart_contracts/fabric/firefly-go/Dockerfile
@@ -0,0 +1,8 @@
1
+FROM golang:1.16
2
+
3
+WORKDIR /app
4
+COPY firefly.go go.mod go.sum ./
5
+COPY chaincode/ ./chaincode/
6
+RUN ls -la ./ \
7
+ && GO111MODULE=on GOOS=linux CGO_ENABLED=0 go build -o firefly.bin firefly.go
8
0 commit comments