NODE_ENV controls run-time behaviour, thus needs to be set by ENV

This commit is contained in:
Lars Olafsen 2019-08-07 12:37:29 +02:00 committed by muxator
parent df03257d9c
commit 1789129b35
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ ARG ETHERPAD_PLUGINS=
# Set the following to production to avoid installing devDeps
# this can be done with build args (and is mandatory to build ARM version)
ARG NODE_ENV=development
ENV NODE_ENV=development
# grab the ETHERPAD_VERSION tarball from github (no need to clone the whole
# repository)