Fix for node run in docker introduced in a3890910f2
This commit is contained in:
parent
fac87c7b87
commit
223084925a
1 changed files with 1 additions and 1 deletions
|
@ -39,4 +39,4 @@ COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
|
||||||
|
|
||||||
ENTRYPOINT ["/usr/bin/neo-go"]
|
ENTRYPOINT ["/usr/bin/neo-go"]
|
||||||
|
|
||||||
CMD ["neo-go", "--config-path", "./config", "--testnet"]
|
CMD ["node", "--config-path", "/config", "--testnet"]
|
||||||
|
|
Loading…
Reference in a new issue