- Comment out docker build from source part of docker-compose.yml

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2018-12-24 18:24:32 +02:00
parent f140e20c6f
commit f60429efdf

View file

@ -129,17 +129,17 @@ services:
#------------------------------------------------------------------------------------- #-------------------------------------------------------------------------------------
# ==== BUILD wekan-app DOCKER CONTAINER FROM SOURCE, if you uncomment these ==== # ==== BUILD wekan-app DOCKER CONTAINER FROM SOURCE, if you uncomment these ====
# ==== and use commands: docker-compose up -d --build # ==== and use commands: docker-compose up -d --build
build: #build:
context: . # context: .
dockerfile: Dockerfile # dockerfile: Dockerfile
args: # args:
- NODE_VERSION=${NODE_VERSION} # - NODE_VERSION=${NODE_VERSION}
- METEOR_RELEASE=${METEOR_RELEASE} # - METEOR_RELEASE=${METEOR_RELEASE}
- NPM_VERSION=${NPM_VERSION} # - NPM_VERSION=${NPM_VERSION}
- ARCHITECTURE=${ARCHITECTURE} # - ARCHITECTURE=${ARCHITECTURE}
- SRC_PATH=${SRC_PATH} # - SRC_PATH=${SRC_PATH}
- METEOR_EDGE=${METEOR_EDGE} # - METEOR_EDGE=${METEOR_EDGE}
- USE_EDGE=${USE_EDGE} # - USE_EDGE=${USE_EDGE}
#------------------------------------------------------------------------------------- #-------------------------------------------------------------------------------------
ports: ports:
# Docker outsideport:insideport. Do not add anything extra here. # Docker outsideport:insideport. Do not add anything extra here.