lushdog@outlook.com 7 hónapja
szülő
commit
4ae7839eda
1 módosított fájl, 1 hozzáadás és 1 törlés
  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