mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
NODE_ENV controls run-time behaviour, thus needs to be set by ENV
This commit is contained in:
parent
df03257d9c
commit
1789129b35
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue