mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-27 08:21:03 +02:00
Server: Set NODE_ENV to "production" in Docker image
This commit is contained in:
parent
c185f00006
commit
ed0f0fae01
@ -17,7 +17,7 @@ ARG user=joplin
|
||||
RUN useradd --create-home --shell /bin/bash $user
|
||||
USER $user
|
||||
|
||||
ENV NODE_ENV development
|
||||
ENV NODE_ENV production
|
||||
|
||||
WORKDIR /home/$user
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user