lushdog@outlook.com 8 kuukautta sitten
vanhempi
commit
0c8515be0b
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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