mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
39189978ac
[misc] upgrade Node.js to 18.19.1 GitOrigin-RevId: 1bd2008682b585c3fccc65f74c90ba7fc9edc023
7 lines
108 B
Docker
7 lines
108 B
Docker
FROM node:18.19.1
|
|
|
|
WORKDIR /app/scripts/translations
|
|
|
|
COPY . /app/scripts/translations/
|
|
|
|
RUN npm ci --quiet
|