mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Upgrade to node 10, and migrate to package-lock.json
This commit is contained in:
parent
abe9d324e5
commit
ab9689bd54
3 changed files with 1317 additions and 620 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM node:6.14.1 as app
|
||||
FROM node:10.16.3 as app
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
@ -12,7 +12,7 @@ COPY . /app
|
|||
|
||||
RUN npm run compile:all
|
||||
|
||||
FROM node:6.14.1
|
||||
FROM node:10.16.3
|
||||
|
||||
COPY --from=app /app /app
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ version: "2"
|
|||
|
||||
services:
|
||||
test_unit:
|
||||
image: node:6.14.1
|
||||
image: node:10.16.3
|
||||
volumes:
|
||||
- .:/app
|
||||
working_dir: /app
|
||||
|
@ -51,5 +51,3 @@ services:
|
|||
|
||||
mongo:
|
||||
image: mongo:3.4
|
||||
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue