소스 검색

fix typeerr

lushdog@outlook.com 8 달 전
부모
커밋
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