mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #97 from overleaf/bg-update-node
Update to node:10.19.0 docker image
This commit is contained in:
commit
9a4124ee11
4 changed files with 5 additions and 5 deletions
|
@ -1 +1 @@
|
|||
6.15.1
|
||||
10.19.0
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM gcr.io/overleaf-ops/node:10.19.0 as app
|
||||
FROM node:10.19.0 as app
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
@ -12,7 +12,7 @@ COPY . /app
|
|||
|
||||
RUN npm run compile:all
|
||||
|
||||
FROM gcr.io/overleaf-ops/node:10.19.0
|
||||
FROM node:10.19.0
|
||||
|
||||
COPY --from=app /app /app
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
real-time
|
||||
--language=coffeescript
|
||||
--node-version=6.15.1
|
||||
--node-version=10.19.0
|
||||
--acceptance-creds=None
|
||||
--dependencies=mongo,redis
|
||||
--docker-repos=gcr.io/overleaf-ops
|
||||
|
|
|
@ -7,7 +7,7 @@ version: "2"
|
|||
|
||||
services:
|
||||
test_unit:
|
||||
image: gcr.io/overleaf-ops/node:10.19.0
|
||||
image: node:10.19.0
|
||||
volumes:
|
||||
- .:/app
|
||||
working_dir: /app
|
||||
|
|
Loading…
Reference in a new issue