浏览代码

change docker-compose.yml VARS to CAPS

Stephen Moloney 8 年之前
父节点
当前提交
7304028420
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. 5 5
      docker-compose.yml

+ 5 - 5
docker-compose.yml

@@ -25,11 +25,11 @@ services:
       context: .
       context: .
       dockerfile: Dockerfile
       dockerfile: Dockerfile
       args:
       args:
-        - node_version=${NODE_VERSION}
-        - meteor_release=${METEOR_RELEASE}
-        - npm_version=${NPM_VERSION}
-        - architecture=${ARCHITECTURE}
-        - src_path=${SRC_PATH}
+        - NODE_VERSION=${NODE_VERSION}
+        - METEOR_RELEASE=${METEOR_RELEASE}
+        - NPM_VERSION=${NPM_VERSION}
+        - ARCHITECTURE=${ARCHITECTURE}
+        - SRC_PATH=${SRC_PATH}
     ports:
     ports:
       - 80:80
       - 80:80
     environment:
     environment: