mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-01 05:11:34 +02:00
Update to node 10, and move to package-lock.json
In this case, the npm-shrinkwrap file was using the old v0 format, and npm needed to effectively re-write the entire file.
This commit is contained in:
@@ -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
|
||||
@@ -54,5 +54,3 @@ services:
|
||||
|
||||
mongo:
|
||||
image: mongo:3.4
|
||||
|
||||
|
||||
|
||||
1673
services/docstore/npm-shrinkwrap.json
generated
1673
services/docstore/npm-shrinkwrap.json
generated
File diff suppressed because it is too large
Load Diff
2315
services/docstore/package-lock.json
generated
Normal file
2315
services/docstore/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user