mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
upgrade to local node:10.18.1 image
This commit is contained in:
parent
d51d119e02
commit
86a5c27833
2 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
|||
# https://github.com/sharelatex/sharelatex-dev-environment
|
||||
# Version: 1.3.4
|
||||
|
||||
FROM node:10.18.1 as app
|
||||
FROM gcr.io/overleaf-ops/node:10.18.1 as app
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
@ -17,7 +17,7 @@ COPY . /app
|
|||
|
||||
RUN npm run compile:all
|
||||
|
||||
FROM node:10.18.1
|
||||
FROM gcr.io/overleaf-ops/node:10.18.1
|
||||
|
||||
COPY --from=app /app /app
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ version: "2.1"
|
|||
|
||||
services:
|
||||
test_unit:
|
||||
image: node:10.18.1
|
||||
image: gcr.io/overleaf-ops/node:10.18.1
|
||||
volumes:
|
||||
- .:/app
|
||||
working_dir: /app
|
||||
|
@ -18,7 +18,7 @@ services:
|
|||
user: node
|
||||
|
||||
test_acceptance:
|
||||
image: node:10.18.1
|
||||
image: gcr.io/overleaf-ops/node:10.18.1
|
||||
volumes:
|
||||
- .:/app
|
||||
working_dir: /app
|
||||
|
@ -28,7 +28,7 @@ services:
|
|||
MONGO_HOST: mongo
|
||||
POSTGRES_HOST: postgres
|
||||
AWS_S3_ENDPOINT: http://s3:9090
|
||||
AWS_S3_PATH_STYLE: 'true'
|
||||
AWS_S3_PATH_STYLE: "true"
|
||||
AWS_ACCESS_KEY_ID: fake
|
||||
AWS_SECRET_ACCESS_KEY: fake
|
||||
MOCHA_GREP: ${MOCHA_GREP}
|
||||
|
|
Loading…
Reference in a new issue