1
0
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:
Laurent Cozic 2022-01-09 15:36:41 +00:00
parent c185f00006
commit ed0f0fae01

View File

@ -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