Skip to content

Commit 3fbcb33

Browse files
Merge pull request #63 from meshplus/feat/update-dockerfile
feat(*) update dockerfile
2 parents 0d85fd4 + 7e1bfcf commit 3fbcb33

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ build/
33
.vscode
44
.idea
55
.ideadist/
6+
*.abi

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN go env -w GOPROXY=https://goproxy.cn,direct \
2121
&& pier init relay \
2222
&& mkdir /root/.pier/ethereum /root/.pier/plugins \
2323
&& cp /go/src/github.com/meshplus/pier-client-ethereum/build/eth-client /root/.pier/plugins/appchain_plugin \
24-
&& cp /go/src/github.com/meshplus/pier-client-ethereum/config/* /root/.pier/ethereum
24+
&& cp -r /go/src/github.com/meshplus/pier-client-ethereum/config/* /root/.pier/ethereum
2525

2626
FROM frolvlad/alpine-glibc:glibc-2.32
2727

0 commit comments

Comments
 (0)