|
@@ -5,11 +5,9 @@ RUN apt update && apt install -y wget clang cmake build-essential libclang-dev g
|
|
|
WORKDIR /app
|
|
WORKDIR /app
|
|
|
|
|
|
|
|
RUN git clone https://github.com/zorp-corp/nockchain.git && \
|
|
RUN git clone https://github.com/zorp-corp/nockchain.git && \
|
|
|
- cd nockchain
|
|
|
|
|
-
|
|
|
|
|
-COPY .env .env
|
|
|
|
|
-
|
|
|
|
|
-RUN make install-hoonc && \
|
|
|
|
|
|
|
+ cd nockchain && \
|
|
|
|
|
+ cp .env.example .env && \
|
|
|
|
|
+ make install-hoonc && \
|
|
|
make build
|
|
make build
|
|
|
|
|
|
|
|
FROM debian:bullseye-slim
|
|
FROM debian:bullseye-slim
|