mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
use public node:10.19.0 image
This commit is contained in:
parent
0d667d7ac9
commit
04a9d66784
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM gcr.io/overleaf-ops/node:10.19.0 as app
|
FROM node:10.19.0 as app
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ COPY . /app
|
||||||
|
|
||||||
RUN npm run compile:all
|
RUN npm run compile:all
|
||||||
|
|
||||||
FROM gcr.io/overleaf-ops/node:10.19.0
|
FROM node:10.19.0
|
||||||
|
|
||||||
COPY --from=app /app /app
|
COPY --from=app /app /app
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ version: "2"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
test_unit:
|
test_unit:
|
||||||
image: gcr.io/overleaf-ops/node:10.19.0
|
image: node:10.19.0
|
||||||
volumes:
|
volumes:
|
||||||
- .:/app
|
- .:/app
|
||||||
working_dir: /app
|
working_dir: /app
|
||||||
|
|
Loading…
Reference in a new issue