mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-09 13:36:46 +00:00
Bump Dockerfile to node 10
This commit is contained in:
parent
7543f2fcbd
commit
ce366fdbee
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM node:6.15.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.15.1
|
||||
FROM node:10.16.3
|
||||
|
||||
COPY --from=app /app /app
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue