lushdog@outlook.com 8 сар өмнө
parent
commit
0c8515be0b
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -6,7 +6,7 @@ WORKDIR /app
 
 RUN git clone https://github.com/zorp-corp/nockchain.git && \
     cd nockchain && \
-    cp .env.example .env && \
+    cp .env_example .env && \
     make install-hoonc && \
     make build