Ver Fonte

fix entrypoint

lushdog há 6 meses atrás
pai
commit
ec37b62eed
1 ficheiros alterados com 1 adições e 1 exclusões
  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}