Explorar el Código

fix entrypoint

lushdog hace 6 meses
padre
commit
ec37b62eed
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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}