lushdog@outlook.com 7 tháng trước cách đây
mục cha
commit
4ae7839eda
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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