mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #5163 from overleaf/jpa-fix-server-ce-pro
[misc] set NODE_ENV=production for server-ce/server-pro GitOrigin-RevId: dadedbcffb91d467ff93d501bb458448ad3b8dbf
This commit is contained in:
parent
011e719fdf
commit
603698ed32
1 changed files with 3 additions and 0 deletions
|
@ -66,6 +66,9 @@ ENV SHARELATEX_APP_NAME "Overleaf Community Edition"
|
||||||
|
|
||||||
ENV OPTIMISE_PDF "true"
|
ENV OPTIMISE_PDF "true"
|
||||||
|
|
||||||
|
ENV NODE_ENV "production"
|
||||||
|
ENV LOG_LEVEL "info"
|
||||||
|
|
||||||
|
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue