From 223084925a5718ef391d202003ee1053c20d792d Mon Sep 17 00:00:00 2001 From: Vsevolod Brekelov Date: Fri, 30 Aug 2019 11:21:39 +0300 Subject: [PATCH] Fix for node run in docker introduced in a3890910f2fdc83fb5807fcaaa30d070bcae86d6 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d48897746..35bee36a2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,4 +39,4 @@ COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ ENTRYPOINT ["/usr/bin/neo-go"] -CMD ["neo-go", "--config-path", "./config", "--testnet"] +CMD ["node", "--config-path", "/config", "--testnet"]