|
@@ -6,8 +6,7 @@ WORKDIR /app
|
|
|
|
|
|
|
|
RUN git clone https://github.com/zorp-corp/nockchain.git && \
|
|
RUN git clone https://github.com/zorp-corp/nockchain.git && \
|
|
|
cd nockchain && \
|
|
cd nockchain && \
|
|
|
- make install-choo && \
|
|
|
|
|
- make build-hoon-all && \
|
|
|
|
|
|
|
+ make install-hoonc && \
|
|
|
make build
|
|
make build
|
|
|
|
|
|
|
|
FROM debian:bullseye-slim
|
|
FROM debian:bullseye-slim
|
|
@@ -15,7 +14,7 @@ FROM debian:bullseye-slim
|
|
|
RUN apt update && apt install -y ca-certificates && rm -rf /var/lib/apt/lists/*
|
|
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/
|
|
|
-COPY --from=builder /app/nockchain/target/release/wallet /app/wallet/
|
|
|
|
|
|
|
+COPY --from=builder /app/nockchain/target/release/nockchain-wallet /app/wallet/
|
|
|
|
|
|
|
|
WORKDIR /app/data
|
|
WORKDIR /app/data
|
|
|
|
|
|