mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
change docker-compose.yml VARS to CAPS
This commit is contained in:
parent
353f71fe0f
commit
7304028420
1 changed files with 5 additions and 5 deletions
|
@ -25,11 +25,11 @@ services:
|
|||
context: .
|
||||
dockerfile: Dockerfile
|
||||
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:
|
||||
- 80:80
|
||||
environment:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue