Csongor Kiss 3 жил өмнө
parent
commit
98a2860330
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      aptos/Dockerfile

+ 2 - 2
aptos/Dockerfile

@@ -13,8 +13,8 @@ COPY coin/ coin
 COPY examples/ examples
 COPY Makefile Makefile
 COPY scripts scripts
-COPY start_node.sh start_node.sh
-COPY .env .env
+# In this step we optionally copy the .env file too
+COPY start_node.sh .env* .
 
 FROM aptos AS tests