Explorar o código

fix entrypoint

lushdog hai 6 meses
pai
achega
ec37b62eed
Modificáronse 1 ficheiros con 1 adicións e 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}