Browse Source

fix: wallet

lushdog@outlook.com 6 months ago
parent
commit
3882e8c4da
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Dockerfile.wallet

+ 1 - 0
Dockerfile.wallet

@@ -6,6 +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 && \
+    cp .env_example .env && \
     make install-hoonc && \
     make install-hoonc && \
     make build
     make build