Browse Source

aptos dockerfile

Csongor Kiss 3 years ago
parent
commit
98a2860330
1 changed files with 2 additions and 2 deletions
  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