lushdog@outlook.com hace 7 meses
padre
commit
4ae7839eda
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -14,7 +14,7 @@ FROM debian:bullseye-slim
 
 RUN apt update && apt install -y ca-certificates && rm -rf /var/lib/apt/lists/*
 
-COPY --from=builder /app/nockchain/target/release/nockchain /app/bin
+COPY --from=builder /app/nockchain/target/release/nockchain /app/bin/
 
 WORKDIR /app/data