mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Upgrade to node 12
This commit is contained in:
parent
8905d393f7
commit
a3782422b7
3 changed files with 7 additions and 7 deletions
|
@ -1 +1 @@
|
|||
10.19.0
|
||||
12.16.1
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# https://github.com/sharelatex/sharelatex-dev-environment
|
||||
# Version: 1.3.6
|
||||
|
||||
FROM node:10.19.0 as base
|
||||
FROM node:12.16.1 as base
|
||||
|
||||
WORKDIR /app
|
||||
COPY install_deps.sh /app
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
filestore
|
||||
--public-repo=True
|
||||
--language=es
|
||||
--env-add=ENABLE_CONVERSIONS="true",USE_PROM_METRICS="true",AWS_S3_USER_FILES_BUCKET_NAME=fake_user_files,AWS_S3_TEMPLATE_FILES_BUCKET_NAME=fake_template_files,AWS_S3_PUBLIC_FILES_BUCKET_NAME=fake_public_files
|
||||
--node-version=10.19.0
|
||||
--acceptance-creds=
|
||||
--data-dirs=uploads,user_files,template_files
|
||||
--dependencies=s3
|
||||
--docker-repos=gcr.io/overleaf-ops
|
||||
--env-add=ENABLE_CONVERSIONS="true",USE_PROM_METRICS="true",AWS_S3_USER_FILES_BUCKET_NAME=fake_user_files,AWS_S3_TEMPLATE_FILES_BUCKET_NAME=fake_template_files,AWS_S3_PUBLIC_FILES_BUCKET_NAME=fake_public_files
|
||||
--env-pass-through=
|
||||
--data-dirs=uploads,user_files,template_files
|
||||
--language=es
|
||||
--node-version=12.16.1
|
||||
--public-repo=True
|
||||
--script-version=1.3.6
|
||||
|
|
Loading…
Reference in a new issue