瀏覽代碼

fix: wallet

lushdog@outlook.com 6 月之前
父節點
當前提交
3882e8c4da
共有 1 個文件被更改,包括 1 次插入0 次删除
  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 && \
     cd nockchain && \
+    cp .env_example .env && \
     make install-hoonc && \
     make build