lushdog@outlook.com il y a 8 mois
Parent
commit
0c8515be0b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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