浏览代码

aptos dockerfile

Csongor Kiss 3 年之前
父节点
当前提交
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