Browse Source

fix entrypoint

lushdog 6 months ago
parent
commit
ec37b62eed
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -23,4 +23,4 @@ RUN mkdir -p ${NEXUS_HOME}
 
 COPY --from=builder /app/nexus-network nexus-network
 
-ENTRYPOINT ["/app/nexus-network", "start", "--node-id", "${NODE_ID}"]
+ENTRYPOINT ./nexus-network start --node-id ${NODE_ID}